Html Css Color HEX #B2BE08 La Rioja

📋 copy color: '#B2BE08'

red 178 ◦ green 190 ◦ blue 8

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

Shades of La Rioja #B2BE08

Tints of La Rioja #B2BE08

RGB

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

 GREEN value IS 190 (74.61% from 255) = 50.53%

 BLUE value IS 8 (3.52% from 255) = 2.13%

R = 47.34%
G = 50.53%
B = 2.13%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.96

 K value IS 0.25

RGB Variations

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

Color information

#B2BE08 (or 0xB2BE08) is known color: La Rioja. HEX triplet: B2, BE and 08. RGB value is (178,190,8). Sum of RGB (Red+Green+Blue) = 178+190+8=376 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.34% from 376); Green value is 190 (74.61% from 255 or 50.53% from 376); Blue value is 8 (3.52% from 255 or 2.13% from 376); Max value from RGB is 190 - color contains mainly: green. Hex color #B2BE08 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2BE08 is #4D41F7. Grayscale: #A6A6A6. Windows color (decimal): -5063160 or 573106. OLE color: 573106.

HSL color Cylindrical-coordinate representation of color #B2BE08: hue angle of 63.96º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B2BE08 is Cyan = 0.06, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.25.

Color convert

RGB 178 190 8 -
CMYK 0.06 0 0.96 0.25
HSL 63.96º 0.92% 0.39% -
HSV(B) 63.96º 0.96% 0.75% -
XYZ 36.82 46.31 7.23 -
YUV 165.66 39.02 136.8 -
System Red Green Blue C M Y K H S L
Decimal 178 190 8 0.06 0 0.96 0.25 63.96 0.92 0.39
Hex B2 BE 8 6 0 60 19 40 5C 27
Octal 262 276 10 6 0 140 31 100 134 47
Binary 10110010 10111110 1000 110 0 1100000 11001 1000000 1011100 100111

Color Harmonies of #B2BE08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2BE08

Black with #B2BE08

Text Example


Text Example

White with #B2BE08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2BE08; }

 p { color: rgb(178,190,8); }

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

background-color css

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

 a { background-color: rgb(178,190,8); }

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

border-color css

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

 span { border-color: rgb(178,190,8); }

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