#BCC81D

Color #BCC81D Rio Grande (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rio Grande #BCC81D

Tints of Rio Grande #BCC81D

Color information

#BCC81D (or 0xBCC81D) is unknown color: approx Rio Grande. HEX triplet: BC, C8 and 1D. RGB value is (188,200,29). Sum of RGB (Red+Green+Blue) = 188+200+29=417 (55% of max value = 765). Red value is 188 (73.83% from 255 or 45.08% from 417); Green value is 200 (78.52% from 255 or 47.96% from 417); Blue value is 29 (11.72% from 255 or 6.95% from 417); Max value from RGB is 200 - color contains mainly: green. Hex color #BCC81D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCC81D is #4337E2. Grayscale: #B1B1B1. Windows color (decimal): -4405219 or 1951932. OLE color: 1951932.

HSL color Cylindrical-coordinate representation of color #BCC81D: hue angle of 64.21º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BCC81D is Cyan = 0.06, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.22.

Color convert

RGB18820029-
CMYK0.0600.860.22
HSL64.21º74.67%44.9%-
HSV(B)64.21º85.5%78.43%-
XYZ41.6252.099.02-
YUV176.9244.52135.9-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 188 (73.83% from 255) = 45.08%
GREEN value IS 200 (78.52% from 255) = 47.96%
BLUE value IS 29 (11.72% from 255) = 6.95%
R=45.08%
G=47.96%
B=6.95%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal188200290.0600.860.2264.2174.6744.9
HexBCC81D605616404b2d
Octal27431035601262610011355
Binary101111001100100011101110010101101011010000001001011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC81D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC81D; }

 p { color: rgb(188,200,29); }

 H1.HeaderClassName
 {
   color: #BCC81D;
 }
 .AnyTagClassName
 {
   color: #BCC81D;
 }
</style>
background-color css

<style>
 a { background-color: #BCC81D; }

 a { background-color: rgb(188,200,29); }

 div.DivClassName
 {
   background-color: #BCC81D;
 }
 .BgClassName
 {
   background-color: #BCC81D;
 }
</style>
border-color css

<style>
 span { border-color: #BCC81D; }

 span { border-color: rgb(188,200,29); }

 td.TdClassName
 {
   border-color: #BCC81D;
 }
 .TagClassName
 {
   border-color: #BCC81D;
 }
</style>