Html Css Color HEX #B7AB00 La Rioja

📋 copy color: '#B7AB00'

red 183 ◦ green 171 ◦ blue 0

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

Shades of La Rioja #B7AB00

Tints of La Rioja #B7AB00

RGB

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

 GREEN value IS 171 (67.19% from 255) = 48.31%

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

R = 51.69%
G = 48.31%
B = 0%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 1

 K value IS 0.28

RGB Variations

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

Color information

#B7AB00 (or 0xB7AB00) is known color: La Rioja. HEX triplet: B7, AB and 00. RGB value is (183,171,0). Sum of RGB (Red+Green+Blue) = 183+171+0=354 (46% of max value = 765). Red value is 183 (71.88% from 255 or 51.69% from 354); Green value is 171 (67.19% from 255 or 48.31% from 354); Blue value is 0 (0.39% from 255 or 0% from 354); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AB00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B7AB00 is #4854FF. Grayscale: #9B9B9B. Windows color (decimal): -4740352 or 43959. OLE color: 43959.

HSL color Cylindrical-coordinate representation of color #B7AB00: hue angle of 56.07º 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 #B7AB00 is Cyan = 0, Magento = 0.07, Yellow = 1 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 171 0 -
CMYK 0 0.07 1 0.28
HSL 56.07º 1% 0.36% -
HSV(B) 56.07º 1% 0.72% -
XYZ 34.09 39.19 5.77 -
YUV 155.09 40.48 147.9 -
System Red Green Blue C M Y K H S L
Decimal 183 171 0 0 0.07 1 0.28 56.07 1 0.36
Hex B7 AB 0 0 7 64 1C 38 64 24
Octal 267 253 0 0 7 144 34 70 144 44
Binary 10110111 10101011 0 0 111 1100100 11100 111000 1100100 100100

Color Harmonies of #B7AB00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7AB00

Black with #B7AB00

Text Example


Text Example

White with #B7AB00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7AB00; }

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

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

background-color css

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

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

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

border-color css

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

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

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