Html Css Color HEX #BBC20A La Rioja

📋 copy color: '#BBC20A'

red 187 ◦ green 194 ◦ blue 10

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

Shades of La Rioja #BBC20A

Tints of La Rioja #BBC20A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.56%

R = 47.83%
G = 49.62%
B = 2.56%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.95

 K value IS 0.24

RGB Variations

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

Color information

#BBC20A (or 0xBBC20A) is known color: La Rioja. HEX triplet: BB, C2 and 0A. RGB value is (187,194,10). Sum of RGB (Red+Green+Blue) = 187+194+10=391 (51% of max value = 765). Red value is 187 (73.44% from 255 or 47.83% from 391); Green value is 194 (76.17% from 255 or 49.62% from 391); Blue value is 10 (4.30% from 255 or 2.56% from 391); Max value from RGB is 194 - color contains mainly: green. Hex color #BBC20A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBC20A is #443DF5. Grayscale: #ABABAB. Windows color (decimal): -4472310 or 705211. OLE color: 705211.

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

Color convert

RGB 187 194 10 -
CMYK 0.04 0 0.95 0.24
HSL 62.28º 0.9% 0.4% -
HSV(B) 62.28º 0.95% 0.76% -
XYZ 39.84 49.17 7.68 -
YUV 170.93 37.18 139.46 -
System Red Green Blue C M Y K H S L
Decimal 187 194 10 0.04 0 0.95 0.24 62.28 0.9 0.4
Hex BB C2 A 4 0 5F 18 3E 5A 28
Octal 273 302 12 4 0 137 30 76 132 50
Binary 10111011 11000010 1010 100 0 1011111 11000 111110 1011010 101000

Color Harmonies of #BBC20A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC20A

Black with #BBC20A

Text Example


Text Example

White with #BBC20A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC20A; }

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

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

background-color css

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

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

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

border-color css

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

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

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