Html Css Color HEX #B0C110 La Rioja

📋 copy color: '#B0C110'

red 176 ◦ green 193 ◦ blue 16

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

Shades of La Rioja #B0C110

Tints of La Rioja #B0C110

RGB

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

 GREEN value IS 193 (75.78% from 255) = 50.13%

 BLUE value IS 16 (6.64% from 255) = 4.16%

R = 45.71%
G = 50.13%
B = 4.16%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#B0C110 (or 0xB0C110) is known color: La Rioja. HEX triplet: B0, C1 and 10. RGB value is (176,193,16). Sum of RGB (Red+Green+Blue) = 176+193+16=385 (50% of max value = 765). Red value is 176 (69.14% from 255 or 45.71% from 385); Green value is 193 (75.78% from 255 or 50.13% from 385); Blue value is 16 (6.64% from 255 or 4.16% from 385); Max value from RGB is 193 - color contains mainly: green. Hex color #B0C110 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B0C110 is #4F3EEF. Grayscale: #A8A8A8. Windows color (decimal): -5193456 or 1098160. OLE color: 1098160.

HSL color Cylindrical-coordinate representation of color #B0C110: hue angle of 65.76º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B0C110 is Cyan = 0.09, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.24.

Color convert

RGB 176 193 16 -
CMYK 0.09 0 0.92 0.24
HSL 65.76º 0.85% 0.41% -
HSV(B) 65.76º 0.92% 0.76% -
XYZ 37.07 47.41 7.69 -
YUV 167.74 42.37 133.89 -
System Red Green Blue C M Y K H S L
Decimal 176 193 16 0.09 0 0.92 0.24 65.76 0.85 0.41
Hex B0 C1 10 9 0 5C 18 42 55 29
Octal 260 301 20 11 0 134 30 102 125 51
Binary 10110000 11000001 10000 1001 0 1011100 11000 1000010 1010101 101001

Color Harmonies of #B0C110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0C110

Black with #B0C110

Text Example


Text Example

White with #B0C110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0C110; }

 p { color: rgb(176,193,16); }

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

background-color css

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

 a { background-color: rgb(176,193,16); }

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

border-color css

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

 span { border-color: rgb(176,193,16); }

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