#BCD01B

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

Shades of Rio Grande #BCD01B

Tints of Rio Grande #BCD01B

Color information

#BCD01B (or 0xBCD01B) is unknown color: approx Rio Grande. HEX triplet: BC, D0 and 1B. RGB value is (188,208,27). Sum of RGB (Red+Green+Blue) = 188+208+27=423 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.44% from 423); Green value is 208 (81.64% from 255 or 49.17% from 423); Blue value is 27 (10.94% from 255 or 6.38% from 423); Max value from RGB is 208 - color contains mainly: green. Hex color #BCD01B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCD01B is #432FE4. Grayscale: #B6B6B6. Windows color (decimal): -4403173 or 1822908. OLE color: 1822908.

HSL color Cylindrical-coordinate representation of color #BCD01B: hue angle of 66.63º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BCD01B is Cyan = 0.10, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.18.

Color convert

RGB18820827-
CMYK0.1000.870.18
HSL66.63º77.02%46.08%-
HSV(B)66.63º87.02%81.57%-
XYZ43.4955.889.53-
YUV181.3940.87132.72-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 44.44%
GREEN value IS 208 (81.64% from 255) = 49.17%
BLUE value IS 27 (10.94% from 255) = 6.38%
R=44.44%
G=49.17%
B=6.38%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal188208270.1000.870.1866.6377.0246.08
HexBCD01BA05712434d2e
Octal274320331201272210311556
Binary1011110011010000110111010010101111001010000111001101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCD01B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCD01B; }

 p { color: rgb(188,208,27); }

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

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

 a { background-color: rgb(188,208,27); }

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

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

 span { border-color: rgb(188,208,27); }

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