Html Css Color HEX #B0B908 La Rioja

📋 copy color: '#B0B908'

red 176 ◦ green 185 ◦ blue 8

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

Shades of La Rioja #B0B908

Tints of La Rioja #B0B908

RGB

 RED value IS 176 (69.14% from 255) = 47.7%

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

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

R = 47.7%
G = 50.14%
B = 2.17%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.96

 K value IS 0.27

RGB Variations

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

Color information

#B0B908 (or 0xB0B908) is known color: La Rioja. HEX triplet: B0, B9 and 08. RGB value is (176,185,8). Sum of RGB (Red+Green+Blue) = 176+185+8=369 (48% of max value = 765). Red value is 176 (69.14% from 255 or 47.70% from 369); Green value is 185 (72.66% from 255 or 50.14% from 369); Blue value is 8 (3.52% from 255 or 2.17% from 369); Max value from RGB is 185 - color contains mainly: green. Hex color #B0B908 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B0B908 is #4F46F7. Grayscale: #A2A2A2. Windows color (decimal): -5195512 or 571824. OLE color: 571824.

HSL color Cylindrical-coordinate representation of color #B0B908: hue angle of 63.05º 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 #B0B908 is Cyan = 0.05, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.27.

Color convert

RGB 176 185 8 -
CMYK 0.05 0 0.96 0.27
HSL 63.05º 0.92% 0.38% -
HSV(B) 63.05º 0.96% 0.73% -
XYZ 35.3 43.95 6.85 -
YUV 162.13 41.02 137.89 -
System Red Green Blue C M Y K H S L
Decimal 176 185 8 0.05 0 0.96 0.27 63.05 0.92 0.38
Hex B0 B9 8 5 0 60 1B 3F 5C 26
Octal 260 271 10 5 0 140 33 77 134 46
Binary 10110000 10111001 1000 101 0 1100000 11011 111111 1011100 100110

Color Harmonies of #B0B908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0B908

Black with #B0B908

Text Example


Text Example

White with #B0B908

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0B908; }

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

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

background-color css

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

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

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

border-color css

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

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

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