Html Css Color HEX #B0C40B La Rioja

📋 copy color: '#B0C40B'

red 176 ◦ green 196 ◦ blue 11

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

Shades of La Rioja #B0C40B

Tints of La Rioja #B0C40B

RGB

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

 GREEN value IS 196 (76.95% from 255) = 51.17%

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

R = 45.95%
G = 51.17%
B = 2.87%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.94

 K value IS 0.23

RGB Variations

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

Color information

#B0C40B (or 0xB0C40B) is known color: La Rioja. HEX triplet: B0, C4 and 0B. RGB value is (176,196,11). Sum of RGB (Red+Green+Blue) = 176+196+11=383 (50% of max value = 765). Red value is 176 (69.14% from 255 or 45.95% from 383); Green value is 196 (76.95% from 255 or 51.17% from 383); Blue value is 11 (4.69% from 255 or 2.87% from 383); Max value from RGB is 196 - color contains mainly: green. Hex color #B0C40B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B0C40B is #4F3BF4. Grayscale: #A9A9A9. Windows color (decimal): -5192693 or 771248. OLE color: 771248.

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

Color convert

RGB 176 196 11 -
CMYK 0.10 0 0.94 0.23
HSL 66.49º 0.89% 0.41% -
HSV(B) 66.49º 0.94% 0.77% -
XYZ 37.7 48.73 7.74 -
YUV 168.93 38.87 133.04 -
System Red Green Blue C M Y K H S L
Decimal 176 196 11 0.10 0 0.94 0.23 66.49 0.89 0.41
Hex B0 C4 B A 0 5E 17 42 59 29
Octal 260 304 13 12 0 136 27 102 131 51
Binary 10110000 11000100 1011 1010 0 1011110 10111 1000010 1011001 101001

Color Harmonies of #B0C40B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0C40B

Black with #B0C40B

Text Example


Text Example

White with #B0C40B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0C40B; }

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

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

background-color css

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

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

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

border-color css

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

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

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