Html Css Color HEX #BCCE1F Rio Grande

📋 copy color: '#BCCE1F'

red 188 ◦ green 206 ◦ blue 31

#BCCE1F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rio Grande #BCCE1F

Tints of Rio Grande #BCCE1F

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 value IS 0.09

 M value IS 0

 Y value IS 0.85

 K value IS 0.19

RGB Variations

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

Color information

#BCCE1F (or 0xBCCE1F) is known color: 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

RGB 188 206 31 -
CMYK 0.09 0 0.85 0.19
HSL 66.17º 0.74% 0.46% -
HSV(B) 66.17º 0.85% 0.81% -
XYZ 43.06 54.93 9.63 -
YUV 180.67 43.54 133.23 -
System Red Green Blue C M Y K H S L
Decimal 188 206 31 0.09 0 0.85 0.19 66.17 0.74 0.46
Hex BC CE 1F 9 0 55 13 42 4A 2E
Octal 274 316 37 11 0 125 23 102 112 56
Binary 10111100 11001110 11111 1001 0 1010101 10011 1000010 1001010 101110

Color Harmonies of #BCCE1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCE1F

Black with #BCCE1F

Text Example


Text Example

White with #BCCE1F

Text Example


Text Example

HTML Codes & Css Web 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>