Html Css Color HEX #B3BC00 La Rioja

📋 copy color: '#B3BC00'

red 179 ◦ green 188 ◦ blue 0

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

Shades of La Rioja #B3BC00

Tints of La Rioja #B3BC00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 48.77%
G = 51.23%
B = 0%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 1

 K value IS 0.26

RGB Variations

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

Color information

#B3BC00 (or 0xB3BC00) is known color: La Rioja. HEX triplet: B3, BC and 00. RGB value is (179,188,0). Sum of RGB (Red+Green+Blue) = 179+188+0=367 (48% of max value = 765). Red value is 179 (70.31% from 255 or 48.77% from 367); Green value is 188 (73.83% from 255 or 51.23% from 367); Blue value is 0 (0.39% from 255 or 0% from 367); Max value from RGB is 188 - color contains mainly: green. Hex color #B3BC00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B3BC00 is #4C43FF. Grayscale: #A4A4A4. Windows color (decimal): -4998144 or 48307. OLE color: 48307.

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

Color convert

RGB 179 188 0 -
CMYK 0.05 0 1 0.26
HSL 62.87º 1% 0.37% -
HSV(B) 62.87º 1% 0.74% -
XYZ 36.57 45.55 6.86 -
YUV 163.88 35.52 138.79 -
System Red Green Blue C M Y K H S L
Decimal 179 188 0 0.05 0 1 0.26 62.87 1 0.37
Hex B3 BC 0 5 0 64 1A 3F 64 25
Octal 263 274 0 5 0 144 32 77 144 45
Binary 10110011 10111100 0 101 0 1100100 11010 111111 1100100 100101

Color Harmonies of #B3BC00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3BC00

Black with #B3BC00

Text Example


Text Example

White with #B3BC00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3BC00; }

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

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

background-color css

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

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

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

border-color css

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

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

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