#BCCE1F

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

Shades of Rio Grande #BCCE1F

Tints of Rio Grande #BCCE1F

Color information

#BCCE1F (or 0xBCCE1F) is unknown color: approx Rio Grande. HEX triplet: BC, CE and 1F. RGB value is (188,206,31). Sum of RGB (Red+Green+Blue) = 188+206+31=425 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.24% from 425); Green value is 206 (80.86% from 255 or 48.47% from 425); Blue value is 31 (12.5% from 255 or 7.29% from 425); Max value from RGB is 206 - color contains mainly: green. Hex color #BCCE1F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCCE1F is #4331E0. Grayscale: #B5B5B5. Windows color (decimal): -4403681 or 2084540. OLE color: 2084540.

HSL color Cylindrical-coordinate representation of color #BCCE1F: hue angle of 66.17º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BCCE1F is Cyan = 0.09, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.19.

Color convert

RGB18820631-
CMYK0.0900.850.19
HSL66.17º73.84%46.47%-
HSV(B)66.17º84.95%80.78%-
XYZ43.0654.939.63-
YUV180.6743.54133.23-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 44.24%
GREEN value IS 206 (80.86% from 255) = 48.47%
BLUE value IS 31 (12.5% from 255) = 7.29%
R=44.24%
G=48.47%
B=7.29%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal188206310.0900.850.1966.1773.8446.47
HexBCCE1F905513424a2e
Octal274316371101252310211256
Binary1011110011001110111111001010101011001110000101001010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCCE1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCCE1F; }

 p { color: rgb(188,206,31); }

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

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

 a { background-color: rgb(188,206,31); }

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

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

 span { border-color: rgb(188,206,31); }

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