Html Css Color HEX #BBCC1F Rio Grande

📋 copy color: '#BBCC1F'

red 187 ◦ green 204 ◦ blue 31

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

Shades of Rio Grande #BBCC1F

Tints of Rio Grande #BBCC1F

RGB

 RED value IS 187 (73.44% from 255) = 44.31%

 GREEN value IS 204 (80.08% from 255) = 48.34%

 BLUE value IS 31 (12.5% from 255) = 7.35%

R = 44.31%
G = 48.34%
B = 7.35%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.85

 K value IS 0.2

RGB Variations

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

Color information

#BBCC1F (or 0xBBCC1F) is known color: Rio Grande. HEX triplet: BB, CC and 1F. RGB value is (187,204,31). Sum of RGB (Red+Green+Blue) = 187+204+31=422 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.31% from 422); Green value is 204 (80.08% from 255 or 48.34% from 422); Blue value is 31 (12.5% from 255 or 7.35% from 422); Max value from RGB is 204 - color contains mainly: green. Hex color #BBCC1F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBCC1F is #4433E0. Grayscale: #B3B3B3. Windows color (decimal): -4469729 or 2084027. OLE color: 2084027.

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

Color convert

RGB 187 204 31 -
CMYK 0.08 0 0.85 0.2
HSL 65.9º 0.74% 0.46% -
HSV(B) 65.9º 0.85% 0.8% -
XYZ 42.33 53.85 9.46 -
YUV 179.2 44.37 133.57 -
System Red Green Blue C M Y K H S L
Decimal 187 204 31 0.08 0 0.85 0.2 65.9 0.74 0.46
Hex BB CC 1F 8 0 55 14 42 4A 2E
Octal 273 314 37 10 0 125 24 102 112 56
Binary 10111011 11001100 11111 1000 0 1010101 10100 1000010 1001010 101110

Color Harmonies of #BBCC1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCC1F

Black with #BBCC1F

Text Example


Text Example

White with #BBCC1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCC1F; }

 p { color: rgb(187,204,31); }

 H1.HeaderClassName
 {
   color: #BBCC1F;
 }
 .AnyTagClassName
 {
   color: #BBCC1F;
 }
</style>

background-color css

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

 a { background-color: rgb(187,204,31); }

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

border-color css

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

 span { border-color: rgb(187,204,31); }

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