Html Css Color HEX #B3BC10 La Rioja

📋 copy color: '#B3BC10'

red 179 ◦ green 188 ◦ blue 16

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

Shades of La Rioja #B3BC10

Tints of La Rioja #B3BC10

RGB

 RED value IS 179 (70.31% from 255) = 46.74%

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

 BLUE value IS 16 (6.64% from 255) = 4.18%

R = 46.74%
G = 49.09%
B = 4.18%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.91

 K value IS 0.26

RGB Variations

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

Color information

#B3BC10 (or 0xB3BC10) is known color: La Rioja. HEX triplet: B3, BC and 10. RGB value is (179,188,16). Sum of RGB (Red+Green+Blue) = 179+188+16=383 (50% of max value = 765). Red value is 179 (70.31% from 255 or 46.74% from 383); Green value is 188 (73.83% from 255 or 49.09% from 383); Blue value is 16 (6.64% from 255 or 4.18% from 383); Max value from RGB is 188 - color contains mainly: green. Hex color #B3BC10 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B3BC10 is #4C43EF. Grayscale: #A6A6A6. Windows color (decimal): -4998128 or 1096883. OLE color: 1096883.

HSL color Cylindrical-coordinate representation of color #B3BC10: hue angle of 63.14º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B3BC10 is Cyan = 0.05, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.26.

Color convert

RGB 179 188 16 -
CMYK 0.05 0 0.91 0.26
HSL 63.14º 0.84% 0.4% -
HSV(B) 63.14º 0.91% 0.74% -
XYZ 36.67 45.59 7.36 -
YUV 165.7 43.52 137.49 -
System Red Green Blue C M Y K H S L
Decimal 179 188 16 0.05 0 0.91 0.26 63.14 0.84 0.4
Hex B3 BC 10 5 0 5B 1A 3F 54 28
Octal 263 274 20 5 0 133 32 77 124 50
Binary 10110011 10111100 10000 101 0 1011011 11010 111111 1010100 101000

Color Harmonies of #B3BC10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3BC10

Black with #B3BC10

Text Example


Text Example

White with #B3BC10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3BC10; }

 p { color: rgb(179,188,16); }

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

background-color css

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

 a { background-color: rgb(179,188,16); }

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

border-color css

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

 span { border-color: rgb(179,188,16); }

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