Html Css Color HEX #BBC20C La Rioja

📋 copy color: '#BBC20C'

red 187 ◦ green 194 ◦ blue 12

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

Shades of La Rioja #BBC20C

Tints of La Rioja #BBC20C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.05%

R = 47.58%
G = 49.36%
B = 3.05%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.94

 K value IS 0.24

RGB Variations

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

Color information

#BBC20C (or 0xBBC20C) is known color: La Rioja. HEX triplet: BB, C2 and 0C. RGB value is (187,194,12). Sum of RGB (Red+Green+Blue) = 187+194+12=393 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.58% from 393); Green value is 194 (76.17% from 255 or 49.36% from 393); Blue value is 12 (5.08% from 255 or 3.05% from 393); Max value from RGB is 194 - color contains mainly: green. Hex color #BBC20C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBC20C is #443DF3. Grayscale: #ABABAB. Windows color (decimal): -4472308 or 836283. OLE color: 836283.

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

Color convert

RGB 187 194 12 -
CMYK 0.04 0 0.94 0.24
HSL 62.31º 0.88% 0.4% -
HSV(B) 62.31º 0.94% 0.76% -
XYZ 39.85 49.17 7.74 -
YUV 171.16 38.18 139.3 -
System Red Green Blue C M Y K H S L
Decimal 187 194 12 0.04 0 0.94 0.24 62.31 0.88 0.4
Hex BB C2 C 4 0 5E 18 3E 58 28
Octal 273 302 14 4 0 136 30 76 130 50
Binary 10111011 11000010 1100 100 0 1011110 11000 111110 1011000 101000

Color Harmonies of #BBC20C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC20C

Black with #BBC20C

Text Example


Text Example

White with #BBC20C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC20C; }

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

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

background-color css

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

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

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

border-color css

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

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

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