#BCC71C

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

Shades of Rio Grande #BCC71C

Tints of Rio Grande #BCC71C

Color information

#BCC71C (or 0xBCC71C) is unknown color: approx Rio Grande. HEX triplet: BC, C7 and 1C. RGB value is (188,199,28). Sum of RGB (Red+Green+Blue) = 188+199+28=415 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.30% from 415); Green value is 199 (78.12% from 255 or 47.95% from 415); Blue value is 28 (11.33% from 255 or 6.75% from 415); Max value from RGB is 199 - color contains mainly: green. Hex color #BCC71C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCC71C is #4338E3. Grayscale: #B0B0B0. Windows color (decimal): -4405476 or 1886140. OLE color: 1886140.

HSL color Cylindrical-coordinate representation of color #BCC71C: hue angle of 63.86º 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 #BCC71C is Cyan = 0.06, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.22.

Color convert

RGB18819928-
CMYK0.0600.860.22
HSL63.86º75.33%44.51%-
HSV(B)63.86º85.93%78.04%-
XYZ41.3751.628.88-
YUV176.2244.36136.4-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 45.30%
GREEN value IS 199 (78.12% from 255) = 47.95%
BLUE value IS 28 (11.33% from 255) = 6.75%
R=45.30%
G=47.95%
B=6.75%

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
Decimal188199280.0600.860.2263.8675.3344.51
HexBCC71C605616404b2d
Octal27430734601262610011355
Binary101111001100011111100110010101101011010000001001011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC71C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC71C; }

 p { color: rgb(188,199,28); }

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

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

 a { background-color: rgb(188,199,28); }

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

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

 span { border-color: rgb(188,199,28); }

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