Html Css Color HEX #B2B814 La Rioja

📋 copy color: '#B2B814'

red 178 ◦ green 184 ◦ blue 20

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

Shades of La Rioja #B2B814

Tints of La Rioja #B2B814

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.24%

R = 46.6%
G = 48.17%
B = 5.24%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.89

 K value IS 0.28

RGB Variations

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

Color information

#B2B814 (or 0xB2B814) is known color: La Rioja. HEX triplet: B2, B8 and 14. RGB value is (178,184,20). Sum of RGB (Red+Green+Blue) = 178+184+20=382 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.60% from 382); Green value is 184 (72.27% from 255 or 48.17% from 382); Blue value is 20 (8.20% from 255 or 5.24% from 382); Max value from RGB is 184 - color contains mainly: green. Hex color #B2B814 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2B814 is #4D47EB. Grayscale: #A4A4A4. Windows color (decimal): -5064684 or 1358002. OLE color: 1358002.

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

Color convert

RGB 178 184 20 -
CMYK 0.03 0 0.89 0.28
HSL 62.2º 0.8% 0.4% -
HSV(B) 62.2º 0.89% 0.72% -
XYZ 35.63 43.8 7.24 -
YUV 163.51 47.01 138.34 -
System Red Green Blue C M Y K H S L
Decimal 178 184 20 0.03 0 0.89 0.28 62.2 0.8 0.4
Hex B2 B8 14 3 0 59 1C 3E 50 28
Octal 262 270 24 3 0 131 34 76 120 50
Binary 10110010 10111000 10100 11 0 1011001 11100 111110 1010000 101000

Color Harmonies of #B2B814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2B814

Black with #B2B814

Text Example


Text Example

White with #B2B814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2B814; }

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

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

background-color css

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

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

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

border-color css

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

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

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