Html Css Color HEX #B2B908 La Rioja

📋 copy color: '#B2B908'

red 178 ◦ green 185 ◦ blue 8

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

Shades of La Rioja #B2B908

Tints of La Rioja #B2B908

RGB

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

 GREEN value IS 185 (72.66% from 255) = 49.87%

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

R = 47.98%
G = 49.87%
B = 2.16%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.96

 K value IS 0.27

RGB Variations

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

Color information

#B2B908 (or 0xB2B908) is known color: La Rioja. HEX triplet: B2, B9 and 08. RGB value is (178,185,8). Sum of RGB (Red+Green+Blue) = 178+185+8=371 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.98% from 371); Green value is 185 (72.66% from 255 or 49.87% from 371); Blue value is 8 (3.52% from 255 or 2.16% from 371); Max value from RGB is 185 - color contains mainly: green. Hex color #B2B908 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2B908 is #4D46F7. Grayscale: #A3A3A3. Windows color (decimal): -5064440 or 571826. OLE color: 571826.

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

Color convert

RGB 178 185 8 -
CMYK 0.04 0 0.96 0.27
HSL 62.37º 0.92% 0.38% -
HSV(B) 62.37º 0.96% 0.73% -
XYZ 35.75 44.18 6.87 -
YUV 162.73 40.68 138.89 -
System Red Green Blue C M Y K H S L
Decimal 178 185 8 0.04 0 0.96 0.27 62.37 0.92 0.38
Hex B2 B9 8 4 0 60 1B 3E 5C 26
Octal 262 271 10 4 0 140 33 76 134 46
Binary 10110010 10111001 1000 100 0 1100000 11011 111110 1011100 100110

Color Harmonies of #B2B908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2B908

Black with #B2B908

Text Example


Text Example

White with #B2B908

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2B908; }

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

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

background-color css

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

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

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

border-color css

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

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

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