Html Css Color HEX #B0BC14 La Rioja

📋 copy color: '#B0BC14'

red 176 ◦ green 188 ◦ blue 20

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

Shades of La Rioja #B0BC14

Tints of La Rioja #B0BC14

RGB

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

 GREEN value IS 188 (73.83% from 255) = 48.96%

 BLUE value IS 20 (8.2% from 255) = 5.21%

R = 45.83%
G = 48.96%
B = 5.21%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.89

 K value IS 0.26

RGB Variations

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

Color information

#B0BC14 (or 0xB0BC14) is known color: La Rioja. HEX triplet: B0, BC and 14. RGB value is (176,188,20). Sum of RGB (Red+Green+Blue) = 176+188+20=384 (50% of max value = 765). Red value is 176 (69.14% from 255 or 45.83% from 384); Green value is 188 (73.83% from 255 or 48.96% from 384); Blue value is 20 (8.20% from 255 or 5.21% from 384); Max value from RGB is 188 - color contains mainly: green. Hex color #B0BC14 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B0BC14 is #4F43EB. Grayscale: #A5A5A5. Windows color (decimal): -5194732 or 1359024. OLE color: 1359024.

HSL color Cylindrical-coordinate representation of color #B0BC14: hue angle of 64.29º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B0BC14 is Cyan = 0.06, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.26.

Color convert

RGB 176 188 20 -
CMYK 0.06 0 0.89 0.26
HSL 64.29º 0.81% 0.41% -
HSV(B) 64.29º 0.89% 0.74% -
XYZ 36.01 45.25 7.5 -
YUV 165.26 46.02 135.66 -
System Red Green Blue C M Y K H S L
Decimal 176 188 20 0.06 0 0.89 0.26 64.29 0.81 0.41
Hex B0 BC 14 6 0 59 1A 40 51 29
Octal 260 274 24 6 0 131 32 100 121 51
Binary 10110000 10111100 10100 110 0 1011001 11010 1000000 1010001 101001

Color Harmonies of #B0BC14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0BC14

Black with #B0BC14

Text Example


Text Example

White with #B0BC14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0BC14; }

 p { color: rgb(176,188,20); }

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

background-color css

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

 a { background-color: rgb(176,188,20); }

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

border-color css

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

 span { border-color: rgb(176,188,20); }

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