Html Css Color HEX #B0C508 La Rioja

📋 copy color: '#B0C508'

red 176 ◦ green 197 ◦ blue 8

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

Shades of La Rioja #B0C508

Tints of La Rioja #B0C508

RGB

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

 GREEN value IS 197 (77.34% from 255) = 51.71%

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

R = 46.19%
G = 51.71%
B = 2.1%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.96

 K value IS 0.23

RGB Variations

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

Color information

#B0C508 (or 0xB0C508) is known color: La Rioja. HEX triplet: B0, C5 and 08. RGB value is (176,197,8). Sum of RGB (Red+Green+Blue) = 176+197+8=381 (50% of max value = 765). Red value is 176 (69.14% from 255 or 46.19% from 381); Green value is 197 (77.34% from 255 or 51.71% from 381); Blue value is 8 (3.52% from 255 or 2.10% from 381); Max value from RGB is 197 - color contains mainly: green. Hex color #B0C508 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B0C508 is #4F3AF7. Grayscale: #A9A9A9. Windows color (decimal): -5192440 or 574896. OLE color: 574896.

HSL color Cylindrical-coordinate representation of color #B0C508: hue angle of 66.67º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B0C508 is Cyan = 0.11, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.23.

Color convert

RGB 176 197 8 -
CMYK 0.11 0 0.96 0.23
HSL 66.67º 0.92% 0.4% -
HSV(B) 66.67º 0.96% 0.77% -
XYZ 37.91 49.18 7.72 -
YUV 169.18 37.04 132.87 -
System Red Green Blue C M Y K H S L
Decimal 176 197 8 0.11 0 0.96 0.23 66.67 0.92 0.4
Hex B0 C5 8 B 0 60 17 43 5C 28
Octal 260 305 10 13 0 140 27 103 134 50
Binary 10110000 11000101 1000 1011 0 1100000 10111 1000011 1011100 101000

Color Harmonies of #B0C508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0C508

Black with #B0C508

Text Example


Text Example

White with #B0C508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0C508; }

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

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

background-color css

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

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

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

border-color css

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

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

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