Html Css Color HEX #B0C10E La Rioja

📋 copy color: '#B0C10E'

red 176 ◦ green 193 ◦ blue 14

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

Shades of La Rioja #B0C10E

Tints of La Rioja #B0C10E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 3.66%

R = 45.95%
G = 50.39%
B = 3.66%

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

#B0C10E (or 0xB0C10E) is known color: La Rioja. HEX triplet: B0, C1 and 0E. RGB value is (176,193,14). Sum of RGB (Red+Green+Blue) = 176+193+14=383 (50% of max value = 765). Red value is 176 (69.14% from 255 or 45.95% from 383); Green value is 193 (75.78% from 255 or 50.39% from 383); Blue value is 14 (5.86% from 255 or 3.66% from 383); Max value from RGB is 193 - color contains mainly: green. Hex color #B0C10E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B0C10E is #4F3EF1. Grayscale: #A8A8A8. Windows color (decimal): -5193458 or 967088. OLE color: 967088.

HSL color Cylindrical-coordinate representation of color #B0C10E: hue angle of 65.7º degrees, saturation: 0.86, 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 #B0C10E is Cyan = 0.09, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.24.

Color convert

RGB 176 193 14 -
CMYK 0.09 0 0.93 0.24
HSL 65.7º 0.86% 0.41% -
HSV(B) 65.7º 0.93% 0.76% -
XYZ 37.05 47.4 7.61 -
YUV 167.51 41.37 134.05 -
System Red Green Blue C M Y K H S L
Decimal 176 193 14 0.09 0 0.93 0.24 65.7 0.86 0.41
Hex B0 C1 E 9 0 5D 18 42 56 29
Octal 260 301 16 11 0 135 30 102 126 51
Binary 10110000 11000001 1110 1001 0 1011101 11000 1000010 1010110 101001

Color Harmonies of #B0C10E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0C10E

Black with #B0C10E

Text Example


Text Example

White with #B0C10E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0C10E; }

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

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

background-color css

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

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

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

border-color css

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

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

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