Html Css Color HEX #B2BA14 La Rioja

📋 copy color: '#B2BA14'

red 178 ◦ green 186 ◦ blue 20

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

Shades of La Rioja #B2BA14

Tints of La Rioja #B2BA14

RGB

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

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

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

R = 46.35%
G = 48.44%
B = 5.21%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#B2BA14 (or 0xB2BA14) is known color: La Rioja. HEX triplet: B2, BA and 14. RGB value is (178,186,20). Sum of RGB (Red+Green+Blue) = 178+186+20=384 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.35% from 384); Green value is 186 (73.05% from 255 or 48.44% from 384); Blue value is 20 (8.20% from 255 or 5.21% from 384); Max value from RGB is 186 - color contains mainly: green. Hex color #B2BA14 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2BA14 is #4D45EB. Grayscale: #A5A5A5. Windows color (decimal): -5064172 or 1358514. OLE color: 1358514.

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

Color convert

RGB 178 186 20 -
CMYK 0.04 0 0.89 0.27
HSL 62.89º 0.81% 0.4% -
HSV(B) 62.89º 0.89% 0.73% -
XYZ 36.05 44.63 7.38 -
YUV 164.68 46.35 137.5 -
System Red Green Blue C M Y K H S L
Decimal 178 186 20 0.04 0 0.89 0.27 62.89 0.81 0.4
Hex B2 BA 14 4 0 59 1B 3F 51 28
Octal 262 272 24 4 0 131 33 77 121 50
Binary 10110010 10111010 10100 100 0 1011001 11011 111111 1010001 101000

Color Harmonies of #B2BA14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2BA14

Black with #B2BA14

Text Example


Text Example

White with #B2BA14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2BA14; }

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

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

background-color css

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

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

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

border-color css

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

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

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