Html Css Color HEX #B2BA0E La Rioja

📋 copy color: '#B2BA0E'

red 178 ◦ green 186 ◦ blue 14

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

Shades of La Rioja #B2BA0E

Tints of La Rioja #B2BA0E

RGB

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

 GREEN value IS 186 (73.05% from 255) = 49.21%

 BLUE value IS 14 (5.86% from 255) = 3.7%

R = 47.09%
G = 49.21%
B = 3.7%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.92

 K value IS 0.27

RGB Variations

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

Color information

#B2BA0E (or 0xB2BA0E) is known color: La Rioja. HEX triplet: B2, BA and 0E. RGB value is (178,186,14). Sum of RGB (Red+Green+Blue) = 178+186+14=378 (50% of max value = 765). Red value is 178 (69.92% from 255 or 47.09% from 378); Green value is 186 (73.05% from 255 or 49.21% from 378); Blue value is 14 (5.86% from 255 or 3.70% from 378); Max value from RGB is 186 - color contains mainly: green. Hex color #B2BA0E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2BA0E is #4D45F1. Grayscale: #A4A4A4. Windows color (decimal): -5064178 or 965298. OLE color: 965298.

HSL color Cylindrical-coordinate representation of color #B2BA0E: hue angle of 62.79º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B2BA0E is Cyan = 0.04, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.27.

Color convert

RGB 178 186 14 -
CMYK 0.04 0 0.92 0.27
HSL 62.79º 0.86% 0.39% -
HSV(B) 62.79º 0.92% 0.73% -
XYZ 36 44.61 7.13 -
YUV 164 43.35 137.99 -
System Red Green Blue C M Y K H S L
Decimal 178 186 14 0.04 0 0.92 0.27 62.79 0.86 0.39
Hex B2 BA E 4 0 5C 1B 3F 56 27
Octal 262 272 16 4 0 134 33 77 126 47
Binary 10110010 10111010 1110 100 0 1011100 11011 111111 1010110 100111

Color Harmonies of #B2BA0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2BA0E

Black with #B2BA0E

Text Example


Text Example

White with #B2BA0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2BA0E; }

 p { color: rgb(178,186,14); }

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

background-color css

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

 a { background-color: rgb(178,186,14); }

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

border-color css

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

 span { border-color: rgb(178,186,14); }

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