Html Css Color HEX #BBC30A La Rioja

📋 copy color: '#BBC30A'

red 187 ◦ green 195 ◦ blue 10

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

Shades of La Rioja #BBC30A

Tints of La Rioja #BBC30A

RGB

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

 GREEN value IS 195 (76.56% from 255) = 49.74%

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

R = 47.7%
G = 49.74%
B = 2.55%

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

#BBC30A (or 0xBBC30A) is known color: La Rioja. HEX triplet: BB, C3 and 0A. RGB value is (187,195,10). Sum of RGB (Red+Green+Blue) = 187+195+10=392 (51% of max value = 765). Red value is 187 (73.44% from 255 or 47.70% from 392); Green value is 195 (76.56% from 255 or 49.74% from 392); Blue value is 10 (4.30% from 255 or 2.55% from 392); Max value from RGB is 195 - color contains mainly: green. Hex color #BBC30A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBC30A is #443CF5. Grayscale: #ACACAC. Windows color (decimal): -4472054 or 705467. OLE color: 705467.

HSL color Cylindrical-coordinate representation of color #BBC30A: hue angle of 62.59º 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 #BBC30A is Cyan = 0.04, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.24.

Color convert

RGB 187 195 10 -
CMYK 0.04 0 0.95 0.24
HSL 62.59º 0.9% 0.4% -
HSV(B) 62.59º 0.95% 0.76% -
XYZ 40.06 49.62 7.75 -
YUV 171.52 36.85 139.04 -
System Red Green Blue C M Y K H S L
Decimal 187 195 10 0.04 0 0.95 0.24 62.59 0.9 0.4
Hex BB C3 A 4 0 5F 18 3F 5A 28
Octal 273 303 12 4 0 137 30 77 132 50
Binary 10111011 11000011 1010 100 0 1011111 11000 111111 1011010 101000

Color Harmonies of #BBC30A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC30A

Black with #BBC30A

Text Example


Text Example

White with #BBC30A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC30A; }

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

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

background-color css

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

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

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

border-color css

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

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

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