Html Css Color HEX #B0C60B La Rioja

📋 copy color: '#B0C60B'

red 176 ◦ green 198 ◦ blue 11

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

Shades of La Rioja #B0C60B

Tints of La Rioja #B0C60B

RGB

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

 GREEN value IS 198 (77.73% from 255) = 51.43%

 BLUE value IS 11 (4.69% from 255) = 2.86%

R = 45.71%
G = 51.43%
B = 2.86%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.94

 K value IS 0.22

RGB Variations

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

Color information

#B0C60B (or 0xB0C60B) is known color: La Rioja. HEX triplet: B0, C6 and 0B. RGB value is (176,198,11). Sum of RGB (Red+Green+Blue) = 176+198+11=385 (50% of max value = 765). Red value is 176 (69.14% from 255 or 45.71% from 385); Green value is 198 (77.73% from 255 or 51.43% from 385); Blue value is 11 (4.69% from 255 or 2.86% from 385); Max value from RGB is 198 - color contains mainly: green. Hex color #B0C60B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B0C60B is #4F39F4. Grayscale: #AAAAAA. Windows color (decimal): -5192181 or 771760. OLE color: 771760.

HSL color Cylindrical-coordinate representation of color #B0C60B: hue angle of 67.06º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B0C60B is Cyan = 0.11, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.22.

Color convert

RGB 176 198 11 -
CMYK 0.11 0 0.94 0.22
HSL 67.06º 0.89% 0.41% -
HSV(B) 67.06º 0.94% 0.78% -
XYZ 38.16 49.64 7.89 -
YUV 170.1 38.21 132.21 -
System Red Green Blue C M Y K H S L
Decimal 176 198 11 0.11 0 0.94 0.22 67.06 0.89 0.41
Hex B0 C6 B B 0 5E 16 43 59 29
Octal 260 306 13 13 0 136 26 103 131 51
Binary 10110000 11000110 1011 1011 0 1011110 10110 1000011 1011001 101001

Color Harmonies of #B0C60B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0C60B

Black with #B0C60B

Text Example


Text Example

White with #B0C60B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0C60B; }

 p { color: rgb(176,198,11); }

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

background-color css

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

 a { background-color: rgb(176,198,11); }

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

border-color css

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

 span { border-color: rgb(176,198,11); }

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