Html Css Color HEX #B2AB03 La Rioja

📋 copy color: '#B2AB03'

red 178 ◦ green 171 ◦ blue 3

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

Shades of La Rioja #B2AB03

Tints of La Rioja #B2AB03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.85%

R = 50.57%
G = 48.58%
B = 0.85%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.98

 K value IS 0.30

RGB Variations

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

Color information

#B2AB03 (or 0xB2AB03) is known color: La Rioja. HEX triplet: B2, AB and 03. RGB value is (178,171,3). Sum of RGB (Red+Green+Blue) = 178+171+3=352 (46% of max value = 765). Red value is 178 (69.92% from 255 or 50.57% from 352); Green value is 171 (67.19% from 255 or 48.58% from 352); Blue value is 3 (1.56% from 255 or 0.85% from 352); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AB03 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B2AB03 is #4D54FC. Grayscale: #9A9A9A. Windows color (decimal): -5068029 or 240562. OLE color: 240562.

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

Color convert

RGB 178 171 3 -
CMYK 0 0.04 0.98 0.30
HSL 57.6º 0.97% 0.35% -
HSV(B) 57.6º 0.98% 0.7% -
XYZ 32.94 38.6 5.8 -
YUV 153.94 42.82 145.16 -
System Red Green Blue C M Y K H S L
Decimal 178 171 3 0 0.04 0.98 0.30 57.6 0.97 0.35
Hex B2 AB 3 0 4 62 1E 3A 61 23
Octal 262 253 3 0 4 142 36 72 141 43
Binary 10110010 10101011 11 0 100 1100010 11110 111010 1100001 100011

Color Harmonies of #B2AB03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2AB03

Black with #B2AB03

Text Example


Text Example

White with #B2AB03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2AB03; }

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

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

background-color css

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

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

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

border-color css

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

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

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