Html Css Color HEX #B2AC01 La Rioja

📋 copy color: '#B2AC01'

red 178 ◦ green 172 ◦ blue 1

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

Shades of La Rioja #B2AC01

Tints of La Rioja #B2AC01

RGB

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

 GREEN value IS 172 (67.58% from 255) = 49%

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

R = 50.71%
G = 49%
B = 0.28%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.99

 K value IS 0.30

RGB Variations

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

Color information

#B2AC01 (or 0xB2AC01) is known color: La Rioja. HEX triplet: B2, AC and 01. RGB value is (178,172,1). Sum of RGB (Red+Green+Blue) = 178+172+1=351 (46% of max value = 765). Red value is 178 (69.92% from 255 or 50.71% from 351); Green value is 172 (67.58% from 255 or 49.00% from 351); Blue value is 1 (0.78% from 255 or 0.28% from 351); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AC01 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B2AC01 is #4D53FE. Grayscale: #9A9A9A. Windows color (decimal): -5067775 or 109746. OLE color: 109746.

HSL color Cylindrical-coordinate representation of color #B2AC01: hue angle of 57.97º 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 #B2AC01 is Cyan = 0, Magento = 0.03, Yellow = 0.99 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 172 1 -
CMYK 0 0.03 0.99 0.30
HSL 57.97º 0.99% 0.35% -
HSV(B) 57.97º 0.99% 0.7% -
XYZ 33.12 38.97 5.81 -
YUV 154.3 41.49 144.9 -
System Red Green Blue C M Y K H S L
Decimal 178 172 1 0 0.03 0.99 0.30 57.97 0.99 0.35
Hex B2 AC 1 0 3 63 1E 3A 63 23
Octal 262 254 1 0 3 143 36 72 143 43
Binary 10110010 10101100 1 0 11 1100011 11110 111010 1100011 100011

Color Harmonies of #B2AC01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2AC01

Black with #B2AC01

Text Example


Text Example

White with #B2AC01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2AC01; }

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

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

background-color css

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

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

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

border-color css

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

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

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