Html Css Color HEX #BBD31F Rio Grande

📋 copy color: '#BBD31F'

red 187 ◦ green 211 ◦ blue 31

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

Shades of Rio Grande #BBD31F

Tints of Rio Grande #BBD31F

RGB

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

 GREEN value IS 211 (82.81% from 255) = 49.18%

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

R = 43.59%
G = 49.18%
B = 7.23%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.85

 K value IS 0.17

RGB Variations

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

Color information

#BBD31F (or 0xBBD31F) is known color: Rio Grande. HEX triplet: BB, D3 and 1F. RGB value is (187,211,31). Sum of RGB (Red+Green+Blue) = 187+211+31=429 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.59% from 429); Green value is 211 (82.81% from 255 or 49.18% from 429); Blue value is 31 (12.5% from 255 or 7.23% from 429); Max value from RGB is 211 - color contains mainly: green. Hex color #BBD31F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBD31F is #442CE0. Grayscale: #B8B8B8. Windows color (decimal): -4467937 or 2085819. OLE color: 2085819.

HSL color Cylindrical-coordinate representation of color #BBD31F: hue angle of 68º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BBD31F is Cyan = 0.11, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.17.

Color convert

RGB 187 211 31 -
CMYK 0.11 0 0.85 0.17
HSL 68º 0.74% 0.47% -
HSV(B) 68º 0.85% 0.83% -
XYZ 44.04 57.25 10.03 -
YUV 183.3 42.05 130.64 -
System Red Green Blue C M Y K H S L
Decimal 187 211 31 0.11 0 0.85 0.17 68 0.74 0.47
Hex BB D3 1F B 0 55 11 44 4A 2F
Octal 273 323 37 13 0 125 21 104 112 57
Binary 10111011 11010011 11111 1011 0 1010101 10001 1000100 1001010 101111

Color Harmonies of #BBD31F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD31F

Black with #BBD31F

Text Example


Text Example

White with #BBD31F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD31F; }

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

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

background-color css

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

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

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

border-color css

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

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

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