Html Css Color HEX #B0BC12 La Rioja

📋 copy color: '#B0BC12'

red 176 ◦ green 188 ◦ blue 18

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

Shades of La Rioja #B0BC12

Tints of La Rioja #B0BC12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.71%

R = 46.07%
G = 49.21%
B = 4.71%

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

#B0BC12 (or 0xB0BC12) is known color: La Rioja. HEX triplet: B0, BC and 12. RGB value is (176,188,18). Sum of RGB (Red+Green+Blue) = 176+188+18=382 (50% of max value = 765). Red value is 176 (69.14% from 255 or 46.07% from 382); Green value is 188 (73.83% from 255 or 49.21% from 382); Blue value is 18 (7.42% from 255 or 4.71% from 382); Max value from RGB is 188 - color contains mainly: green. Hex color #B0BC12 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B0BC12 is #4F43ED. Grayscale: #A5A5A5. Windows color (decimal): -5194734 or 1227952. OLE color: 1227952.

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

Color convert

RGB 176 188 18 -
CMYK 0.06 0 0.90 0.26
HSL 64.24º 0.83% 0.4% -
HSV(B) 64.24º 0.9% 0.74% -
XYZ 36 45.24 7.41 -
YUV 165.03 45.02 135.82 -
System Red Green Blue C M Y K H S L
Decimal 176 188 18 0.06 0 0.90 0.26 64.24 0.83 0.4
Hex B0 BC 12 6 0 5A 1A 40 53 28
Octal 260 274 22 6 0 132 32 100 123 50
Binary 10110000 10111100 10010 110 0 1011010 11010 1000000 1010011 101000

Color Harmonies of #B0BC12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0BC12

Black with #B0BC12

Text Example


Text Example

White with #B0BC12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0BC12; }

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

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

background-color css

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

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

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

border-color css

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

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

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