Html Css Color HEX #B7AD00 La Rioja

📋 copy color: '#B7AD00'

red 183 ◦ green 173 ◦ blue 0

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

Shades of La Rioja #B7AD00

Tints of La Rioja #B7AD00

RGB

 RED value IS 183 (71.88% from 255) = 51.4%

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

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

R = 51.4%
G = 48.6%
B = 0%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 1

 K value IS 0.28

RGB Variations

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

Color information

#B7AD00 (or 0xB7AD00) is known color: La Rioja. HEX triplet: B7, AD and 00. RGB value is (183,173,0). Sum of RGB (Red+Green+Blue) = 183+173+0=356 (47% of max value = 765). Red value is 183 (71.88% from 255 or 51.40% from 356); Green value is 173 (67.97% from 255 or 48.60% from 356); Blue value is 0 (0.39% from 255 or 0% from 356); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AD00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B7AD00 is #4852FF. Grayscale: #9C9C9C. Windows color (decimal): -4739840 or 44471. OLE color: 44471.

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

Color convert

RGB 183 173 0 -
CMYK 0 0.05 1 0.28
HSL 56.72º 1% 0.36% -
HSV(B) 56.72º 1% 0.72% -
XYZ 34.47 39.95 5.9 -
YUV 156.27 39.81 147.07 -
System Red Green Blue C M Y K H S L
Decimal 183 173 0 0 0.05 1 0.28 56.72 1 0.36
Hex B7 AD 0 0 5 64 1C 39 64 24
Octal 267 255 0 0 5 144 34 71 144 44
Binary 10110111 10101101 0 0 101 1100100 11100 111001 1100100 100100

Color Harmonies of #B7AD00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7AD00

Black with #B7AD00

Text Example


Text Example

White with #B7AD00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7AD00; }

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

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

background-color css

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

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

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

border-color css

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

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

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