Html Css Color HEX #BBC80A La Rioja

📋 copy color: '#BBC80A'

red 187 ◦ green 200 ◦ blue 10

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

Shades of La Rioja #BBC80A

Tints of La Rioja #BBC80A

RGB

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

 GREEN value IS 200 (78.52% from 255) = 50.38%

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

R = 47.1%
G = 50.38%
B = 2.52%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.95

 K value IS 0.22

RGB Variations

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

Color information

#BBC80A (or 0xBBC80A) is known color: La Rioja. HEX triplet: BB, C8 and 0A. RGB value is (187,200,10). Sum of RGB (Red+Green+Blue) = 187+200+10=397 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.10% from 397); Green value is 200 (78.52% from 255 or 50.38% from 397); Blue value is 10 (4.30% from 255 or 2.52% from 397); Max value from RGB is 200 - color contains mainly: green. Hex color #BBC80A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBC80A is #4437F5. Grayscale: #AFAFAF. Windows color (decimal): -4470774 or 706747. OLE color: 706747.

HSL color Cylindrical-coordinate representation of color #BBC80A: hue angle of 64.11º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BBC80A is Cyan = 0.06, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.22.

Color convert

RGB 187 200 10 -
CMYK 0.06 0 0.95 0.22
HSL 64.11º 0.9% 0.41% -
HSV(B) 64.11º 0.95% 0.78% -
XYZ 41.2 51.9 8.13 -
YUV 174.45 35.19 136.95 -
System Red Green Blue C M Y K H S L
Decimal 187 200 10 0.06 0 0.95 0.22 64.11 0.9 0.41
Hex BB C8 A 6 0 5F 16 40 5A 29
Octal 273 310 12 6 0 137 26 100 132 51
Binary 10111011 11001000 1010 110 0 1011111 10110 1000000 1011010 101001

Color Harmonies of #BBC80A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC80A

Black with #BBC80A

Text Example


Text Example

White with #BBC80A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC80A; }

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

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

background-color css

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

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

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

border-color css

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

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

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