Html Css Color HEX #B0BC13 La Rioja

📋 copy color: '#B0BC13'

red 176 ◦ green 188 ◦ blue 19

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

Shades of La Rioja #B0BC13

Tints of La Rioja #B0BC13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.96%

R = 45.95%
G = 49.09%
B = 4.96%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.90

 K value IS 0.26

RGB Variations

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

Color information

#B0BC13 (or 0xB0BC13) is known color: La Rioja. HEX triplet: B0, BC and 13. RGB value is (176,188,19). Sum of RGB (Red+Green+Blue) = 176+188+19=383 (50% of max value = 765). Red value is 176 (69.14% from 255 or 45.95% from 383); Green value is 188 (73.83% from 255 or 49.09% from 383); Blue value is 19 (7.81% from 255 or 4.96% from 383); Max value from RGB is 188 - color contains mainly: green. Hex color #B0BC13 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B0BC13 is #4F43EC. Grayscale: #A5A5A5. Windows color (decimal): -5194733 or 1293488. OLE color: 1293488.

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

Color convert

RGB 176 188 19 -
CMYK 0.06 0 0.90 0.26
HSL 64.26º 0.82% 0.41% -
HSV(B) 64.26º 0.9% 0.74% -
XYZ 36.01 45.24 7.45 -
YUV 165.15 45.52 135.74 -
System Red Green Blue C M Y K H S L
Decimal 176 188 19 0.06 0 0.90 0.26 64.26 0.82 0.41
Hex B0 BC 13 6 0 5A 1A 40 52 29
Octal 260 274 23 6 0 132 32 100 122 51
Binary 10110000 10111100 10011 110 0 1011010 11010 1000000 1010010 101001

Color Harmonies of #B0BC13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0BC13

Black with #B0BC13

Text Example


Text Example

White with #B0BC13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0BC13; }

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

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

background-color css

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

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

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

border-color css

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

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

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