Html Css Color HEX #B2B80C La Rioja

📋 copy color: '#B2B80C'

red 178 ◦ green 184 ◦ blue 12

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

Shades of La Rioja #B2B80C

Tints of La Rioja #B2B80C

RGB

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

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

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

R = 47.59%
G = 49.2%
B = 3.21%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.93

 K value IS 0.28

RGB Variations

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

Color information

#B2B80C (or 0xB2B80C) is known color: La Rioja. HEX triplet: B2, B8 and 0C. RGB value is (178,184,12). Sum of RGB (Red+Green+Blue) = 178+184+12=374 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.59% from 374); Green value is 184 (72.27% from 255 or 49.20% from 374); Blue value is 12 (5.08% from 255 or 3.21% from 374); Max value from RGB is 184 - color contains mainly: green. Hex color #B2B80C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2B80C is #4D47F3. Grayscale: #A3A3A3. Windows color (decimal): -5064692 or 833714. OLE color: 833714.

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

Color convert

RGB 178 184 12 -
CMYK 0.03 0 0.93 0.28
HSL 62.09º 0.88% 0.38% -
HSV(B) 62.09º 0.93% 0.72% -
XYZ 35.57 43.77 6.92 -
YUV 162.6 43.01 138.99 -
System Red Green Blue C M Y K H S L
Decimal 178 184 12 0.03 0 0.93 0.28 62.09 0.88 0.38
Hex B2 B8 C 3 0 5D 1C 3E 58 26
Octal 262 270 14 3 0 135 34 76 130 46
Binary 10110010 10111000 1100 11 0 1011101 11100 111110 1011000 100110

Color Harmonies of #B2B80C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2B80C

Black with #B2B80C

Text Example


Text Example

White with #B2B80C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2B80C; }

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

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

background-color css

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

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

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

border-color css

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

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

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