Html Css Color HEX #BBC21F Rio Grande

📋 copy color: '#BBC21F'

red 187 ◦ green 194 ◦ blue 31

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

Shades of Rio Grande #BBC21F

Tints of Rio Grande #BBC21F

RGB

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

 GREEN value IS 194 (76.17% from 255) = 47.09%

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

R = 45.39%
G = 47.09%
B = 7.52%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#BBC21F (or 0xBBC21F) is known color: Rio Grande. HEX triplet: BB, C2 and 1F. RGB value is (187,194,31). Sum of RGB (Red+Green+Blue) = 187+194+31=412 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.39% from 412); Green value is 194 (76.17% from 255 or 47.09% from 412); Blue value is 31 (12.5% from 255 or 7.52% from 412); Max value from RGB is 194 - color contains mainly: green. Hex color #BBC21F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBC21F is #443DE0. Grayscale: #ADADAD. Windows color (decimal): -4472289 or 2081467. OLE color: 2081467.

HSL color Cylindrical-coordinate representation of color #BBC21F: hue angle of 62.58º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BBC21F is Cyan = 0.04, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.24.

Color convert

RGB 187 194 31 -
CMYK 0.04 0 0.84 0.24
HSL 62.58º 0.72% 0.44% -
HSV(B) 62.58º 0.84% 0.76% -
XYZ 40.03 49.25 8.69 -
YUV 173.33 47.68 137.75 -
System Red Green Blue C M Y K H S L
Decimal 187 194 31 0.04 0 0.84 0.24 62.58 0.72 0.44
Hex BB C2 1F 4 0 54 18 3F 48 2C
Octal 273 302 37 4 0 124 30 77 110 54
Binary 10111011 11000010 11111 100 0 1010100 11000 111111 1001000 101100

Color Harmonies of #BBC21F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC21F

Black with #BBC21F

Text Example


Text Example

White with #BBC21F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC21F; }

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

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

background-color css

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

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

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

border-color css

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

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

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