Html Css Color HEX #B2B80A La Rioja

📋 copy color: '#B2B80A'

red 178 ◦ green 184 ◦ blue 10

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

Shades of La Rioja #B2B80A

Tints of La Rioja #B2B80A

RGB

 RED value IS 178 (69.92% from 255) = 47.85%

 GREEN value IS 184 (72.27% from 255) = 49.46%

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

R = 47.85%
G = 49.46%
B = 2.69%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.95

 K value IS 0.28

RGB Variations

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

Color information

#B2B80A (or 0xB2B80A) is known color: La Rioja. HEX triplet: B2, B8 and 0A. RGB value is (178,184,10). Sum of RGB (Red+Green+Blue) = 178+184+10=372 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.85% from 372); Green value is 184 (72.27% from 255 or 49.46% from 372); Blue value is 10 (4.30% from 255 or 2.69% from 372); Max value from RGB is 184 - color contains mainly: green. Hex color #B2B80A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2B80A is #4D47F5. Grayscale: #A3A3A3. Windows color (decimal): -5064694 or 702642. OLE color: 702642.

HSL color Cylindrical-coordinate representation of color #B2B80A: hue angle of 62.07º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B2B80A is Cyan = 0.03, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.28.

Color convert

RGB 178 184 10 -
CMYK 0.03 0 0.95 0.28
HSL 62.07º 0.9% 0.38% -
HSV(B) 62.07º 0.95% 0.72% -
XYZ 35.56 43.77 6.86 -
YUV 162.37 42.01 139.15 -
System Red Green Blue C M Y K H S L
Decimal 178 184 10 0.03 0 0.95 0.28 62.07 0.9 0.38
Hex B2 B8 A 3 0 5F 1C 3E 5A 26
Octal 262 270 12 3 0 137 34 76 132 46
Binary 10110010 10111000 1010 11 0 1011111 11100 111110 1011010 100110

Color Harmonies of #B2B80A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2B80A

Black with #B2B80A

Text Example


Text Example

White with #B2B80A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2B80A; }

 p { color: rgb(178,184,10); }

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

background-color css

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

 a { background-color: rgb(178,184,10); }

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

border-color css

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

 span { border-color: rgb(178,184,10); }

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