Html Css Color HEX #BBC210 La Rioja

📋 copy color: '#BBC210'

red 187 ◦ green 194 ◦ blue 16

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

Shades of La Rioja #BBC210

Tints of La Rioja #BBC210

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.03%

R = 47.1%
G = 48.87%
B = 4.03%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#BBC210 (or 0xBBC210) is known color: La Rioja. HEX triplet: BB, C2 and 10. RGB value is (187,194,16). Sum of RGB (Red+Green+Blue) = 187+194+16=397 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.10% from 397); Green value is 194 (76.17% from 255 or 48.87% from 397); Blue value is 16 (6.64% from 255 or 4.03% from 397); Max value from RGB is 194 - color contains mainly: green. Hex color #BBC210 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBC210 is #443DEF. Grayscale: #ACACAC. Windows color (decimal): -4472304 or 1098427. OLE color: 1098427.

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

Color convert

RGB 187 194 16 -
CMYK 0.04 0 0.92 0.24
HSL 62.36º 0.85% 0.41% -
HSV(B) 62.36º 0.92% 0.76% -
XYZ 39.88 49.19 7.88 -
YUV 171.62 40.18 138.97 -
System Red Green Blue C M Y K H S L
Decimal 187 194 16 0.04 0 0.92 0.24 62.36 0.85 0.41
Hex BB C2 10 4 0 5C 18 3E 55 29
Octal 273 302 20 4 0 134 30 76 125 51
Binary 10111011 11000010 10000 100 0 1011100 11000 111110 1010101 101001

Color Harmonies of #BBC210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC210

Black with #BBC210

Text Example


Text Example

White with #BBC210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC210; }

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

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

background-color css

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

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

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

border-color css

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

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

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