Html Css Color HEX #B2AB01 La Rioja

📋 copy color: '#B2AB01'

red 178 ◦ green 171 ◦ blue 1

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

Shades of La Rioja #B2AB01

Tints of La Rioja #B2AB01

RGB

 RED value IS 178 (69.92% from 255) = 50.86%

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

 BLUE value IS 1 (0.78% from 255) = 0.29%

R = 50.86%
G = 48.86%
B = 0.29%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.99

 K value IS 0.30

RGB Variations

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

Color information

#B2AB01 (or 0xB2AB01) is known color: La Rioja. HEX triplet: B2, AB and 01. RGB value is (178,171,1). Sum of RGB (Red+Green+Blue) = 178+171+1=350 (46% of max value = 765). Red value is 178 (69.92% from 255 or 50.86% from 350); Green value is 171 (67.19% from 255 or 48.86% from 350); Blue value is 1 (0.78% from 255 or 0.29% from 350); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AB01 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B2AB01 is #4D54FE. Grayscale: #9A9A9A. Windows color (decimal): -5068031 or 109490. OLE color: 109490.

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

Color convert

RGB 178 171 1 -
CMYK 0 0.04 0.99 0.30
HSL 57.63º 0.99% 0.35% -
HSV(B) 57.63º 0.99% 0.7% -
XYZ 32.93 38.59 5.74 -
YUV 153.71 41.82 145.32 -
System Red Green Blue C M Y K H S L
Decimal 178 171 1 0 0.04 0.99 0.30 57.63 0.99 0.35
Hex B2 AB 1 0 4 63 1E 3A 63 23
Octal 262 253 1 0 4 143 36 72 143 43
Binary 10110010 10101011 1 0 100 1100011 11110 111010 1100011 100011

Color Harmonies of #B2AB01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2AB01

Black with #B2AB01

Text Example


Text Example

White with #B2AB01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2AB01; }

 p { color: rgb(178,171,1); }

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

background-color css

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

 a { background-color: rgb(178,171,1); }

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

border-color css

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

 span { border-color: rgb(178,171,1); }

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