Html Css Color HEX #B0C20D La Rioja

📋 copy color: '#B0C20D'

red 176 ◦ green 194 ◦ blue 13

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

Shades of La Rioja #B0C20D

Tints of La Rioja #B0C20D

RGB

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

 GREEN value IS 194 (76.17% from 255) = 50.65%

 BLUE value IS 13 (5.47% from 255) = 3.39%

R = 45.95%
G = 50.65%
B = 3.39%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.93

 K value IS 0.24

RGB Variations

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

Color information

#B0C20D (or 0xB0C20D) is known color: La Rioja. HEX triplet: B0, C2 and 0D. RGB value is (176,194,13). Sum of RGB (Red+Green+Blue) = 176+194+13=383 (50% of max value = 765). Red value is 176 (69.14% from 255 or 45.95% from 383); Green value is 194 (76.17% from 255 or 50.65% from 383); Blue value is 13 (5.47% from 255 or 3.39% from 383); Max value from RGB is 194 - color contains mainly: green. Hex color #B0C20D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B0C20D is #4F3DF2. Grayscale: #A8A8A8. Windows color (decimal): -5193203 or 901808. OLE color: 901808.

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

Color convert

RGB 176 194 13 -
CMYK 0.09 0 0.93 0.24
HSL 65.97º 0.87% 0.41% -
HSV(B) 65.97º 0.93% 0.76% -
XYZ 37.27 47.84 7.65 -
YUV 167.98 40.54 133.72 -
System Red Green Blue C M Y K H S L
Decimal 176 194 13 0.09 0 0.93 0.24 65.97 0.87 0.41
Hex B0 C2 D 9 0 5D 18 42 57 29
Octal 260 302 15 11 0 135 30 102 127 51
Binary 10110000 11000010 1101 1001 0 1011101 11000 1000010 1010111 101001

Color Harmonies of #B0C20D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0C20D

Black with #B0C20D

Text Example


Text Example

White with #B0C20D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0C20D; }

 p { color: rgb(176,194,13); }

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

background-color css

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

 a { background-color: rgb(176,194,13); }

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

border-color css

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

 span { border-color: rgb(176,194,13); }

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