Html Css Color HEX #B4AD00 La Rioja

📋 copy color: '#B4AD00'

red 180 ◦ green 173 ◦ blue 0

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

Shades of La Rioja #B4AD00

Tints of La Rioja #B4AD00

RGB

 RED value IS 180 (70.7% from 255) = 50.99%

 GREEN value IS 173 (67.97% from 255) = 49.01%

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

R = 50.99%
G = 49.01%
B = 0%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 1

 K value IS 0.29

RGB Variations

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

Color information

#B4AD00 (or 0xB4AD00) is known color: La Rioja. HEX triplet: B4, AD and 00. RGB value is (180,173,0). Sum of RGB (Red+Green+Blue) = 180+173+0=353 (46% of max value = 765). Red value is 180 (70.70% from 255 or 50.99% from 353); Green value is 173 (67.97% from 255 or 49.01% from 353); Blue value is 0 (0.39% from 255 or 0% from 353); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AD00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B4AD00 is #4B52FF. Grayscale: #9C9C9C. Windows color (decimal): -4936448 or 44468. OLE color: 44468.

HSL color Cylindrical-coordinate representation of color #B4AD00: hue angle of 57.67º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B4AD00 is Cyan = 0, Magento = 0.04, Yellow = 1 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 173 0 -
CMYK 0 0.04 1 0.29
HSL 57.67º 1% 0.35% -
HSV(B) 57.67º 1% 0.71% -
XYZ 33.77 39.59 5.86 -
YUV 155.37 40.32 145.57 -
System Red Green Blue C M Y K H S L
Decimal 180 173 0 0 0.04 1 0.29 57.67 1 0.35
Hex B4 AD 0 0 4 64 1D 3A 64 23
Octal 264 255 0 0 4 144 35 72 144 43
Binary 10110100 10101101 0 0 100 1100100 11101 111010 1100100 100011

Color Harmonies of #B4AD00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4AD00

Black with #B4AD00

Text Example


Text Example

White with #B4AD00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4AD00; }

 p { color: rgb(180,173,0); }

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

background-color css

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

 a { background-color: rgb(180,173,0); }

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

border-color css

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

 span { border-color: rgb(180,173,0); }

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