Html Css Color HEX #BBC212 La Rioja

📋 copy color: '#BBC212'

red 187 ◦ green 194 ◦ blue 18

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

Shades of La Rioja #BBC212

Tints of La Rioja #BBC212

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.51%

R = 46.87%
G = 48.62%
B = 4.51%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.91

 K value IS 0.24

RGB Variations

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

Color information

#BBC212 (or 0xBBC212) is known color: La Rioja. HEX triplet: BB, C2 and 12. RGB value is (187,194,18). Sum of RGB (Red+Green+Blue) = 187+194+18=399 (52% of max value = 765). Red value is 187 (73.44% from 255 or 46.87% from 399); Green value is 194 (76.17% from 255 or 48.62% from 399); Blue value is 18 (7.42% from 255 or 4.51% from 399); Max value from RGB is 194 - color contains mainly: green. Hex color #BBC212 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBC212 is #443DED. Grayscale: #ACACAC. Windows color (decimal): -4472302 or 1229499. OLE color: 1229499.

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

Color convert

RGB 187 194 18 -
CMYK 0.04 0 0.91 0.24
HSL 62.39º 0.83% 0.42% -
HSV(B) 62.39º 0.91% 0.76% -
XYZ 39.89 49.19 7.96 -
YUV 171.84 41.18 138.81 -
System Red Green Blue C M Y K H S L
Decimal 187 194 18 0.04 0 0.91 0.24 62.39 0.83 0.42
Hex BB C2 12 4 0 5B 18 3E 53 2A
Octal 273 302 22 4 0 133 30 76 123 52
Binary 10111011 11000010 10010 100 0 1011011 11000 111110 1010011 101010

Color Harmonies of #BBC212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC212

Black with #BBC212

Text Example


Text Example

White with #BBC212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC212; }

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

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

background-color css

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

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

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

border-color css

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

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

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