Html Css Color HEX #B2BA04 La Rioja

📋 copy color: '#B2BA04'

red 178 ◦ green 186 ◦ blue 4

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

Shades of La Rioja #B2BA04

Tints of La Rioja #B2BA04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.09%

R = 48.37%
G = 50.54%
B = 1.09%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.98

 K value IS 0.27

RGB Variations

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

Color information

#B2BA04 (or 0xB2BA04) is known color: La Rioja. HEX triplet: B2, BA and 04. RGB value is (178,186,4). Sum of RGB (Red+Green+Blue) = 178+186+4=368 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.37% from 368); Green value is 186 (73.05% from 255 or 50.54% from 368); Blue value is 4 (1.95% from 255 or 1.09% from 368); Max value from RGB is 186 - color contains mainly: green. Hex color #B2BA04 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2BA04 is #4D45FB. Grayscale: #A3A3A3. Windows color (decimal): -5064188 or 309938. OLE color: 309938.

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

Color convert

RGB 178 186 4 -
CMYK 0.04 0 0.98 0.27
HSL 62.64º 0.96% 0.37% -
HSV(B) 62.64º 0.98% 0.73% -
XYZ 35.94 44.59 6.83 -
YUV 162.86 38.35 138.8 -
System Red Green Blue C M Y K H S L
Decimal 178 186 4 0.04 0 0.98 0.27 62.64 0.96 0.37
Hex B2 BA 4 4 0 62 1B 3F 60 25
Octal 262 272 4 4 0 142 33 77 140 45
Binary 10110010 10111010 100 100 0 1100010 11011 111111 1100000 100101

Color Harmonies of #B2BA04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2BA04

Black with #B2BA04

Text Example


Text Example

White with #B2BA04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2BA04; }

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

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

background-color css

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

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

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

border-color css

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

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

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