Html Css Color HEX #B2BA00 La Rioja

📋 copy color: '#B2BA00'

red 178 ◦ green 186 ◦ blue 0

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

Shades of La Rioja #B2BA00

Tints of La Rioja #B2BA00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 48.9%
G = 51.1%
B = 0%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 1

 K value IS 0.27

RGB Variations

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

Color information

#B2BA00 (or 0xB2BA00) is known color: La Rioja. HEX triplet: B2, BA and 00. RGB value is (178,186,0). Sum of RGB (Red+Green+Blue) = 178+186+0=364 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.90% from 364); Green value is 186 (73.05% from 255 or 51.10% from 364); Blue value is 0 (0.39% from 255 or 0% from 364); Max value from RGB is 186 - color contains mainly: green. Hex color #B2BA00 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2BA00 is #4D45FF. Grayscale: #A3A3A3. Windows color (decimal): -5064192 or 47794. OLE color: 47794.

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

Color convert

RGB 178 186 0 -
CMYK 0.04 0 1 0.27
HSL 62.58º 1% 0.36% -
HSV(B) 62.58º 1% 0.73% -
XYZ 35.92 44.58 6.71 -
YUV 162.4 36.35 139.12 -
System Red Green Blue C M Y K H S L
Decimal 178 186 0 0.04 0 1 0.27 62.58 1 0.36
Hex B2 BA 0 4 0 64 1B 3F 64 24
Octal 262 272 0 4 0 144 33 77 144 44
Binary 10110010 10111010 0 100 0 1100100 11011 111111 1100100 100100

Color Harmonies of #B2BA00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2BA00

Black with #B2BA00

Text Example


Text Example

White with #B2BA00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2BA00; }

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

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

background-color css

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

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

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

border-color css

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

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

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