Html Css Color HEX #B2AD03 La Rioja

📋 copy color: '#B2AD03'

red 178 ◦ green 173 ◦ blue 3

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

Shades of La Rioja #B2AD03

Tints of La Rioja #B2AD03

RGB

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

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

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

R = 50.28%
G = 48.87%
B = 0.85%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.98

 K value IS 0.30

RGB Variations

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

Color information

#B2AD03 (or 0xB2AD03) is known color: La Rioja. HEX triplet: B2, AD and 03. RGB value is (178,173,3). Sum of RGB (Red+Green+Blue) = 178+173+3=354 (46% of max value = 765). Red value is 178 (69.92% from 255 or 50.28% from 354); Green value is 173 (67.97% from 255 or 48.87% from 354); Blue value is 3 (1.56% from 255 or 0.85% from 354); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AD03 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B2AD03 is #4D52FC. Grayscale: #9B9B9B. Windows color (decimal): -5067517 or 241074. OLE color: 241074.

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

Color convert

RGB 178 173 3 -
CMYK 0 0.03 0.98 0.30
HSL 58.29º 0.97% 0.35% -
HSV(B) 58.29º 0.98% 0.7% -
XYZ 33.32 39.36 5.93 -
YUV 155.12 42.16 144.32 -
System Red Green Blue C M Y K H S L
Decimal 178 173 3 0 0.03 0.98 0.30 58.29 0.97 0.35
Hex B2 AD 3 0 3 62 1E 3A 61 23
Octal 262 255 3 0 3 142 36 72 141 43
Binary 10110010 10101101 11 0 11 1100010 11110 111010 1100001 100011

Color Harmonies of #B2AD03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2AD03

Black with #B2AD03

Text Example


Text Example

White with #B2AD03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2AD03; }

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

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

background-color css

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

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

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

border-color css

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

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

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