Html Css Color HEX #B2A803 La Rioja

📋 copy color: '#B2A803'

red 178 ◦ green 168 ◦ blue 3

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

Shades of La Rioja #B2A803

Tints of La Rioja #B2A803

RGB

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

 GREEN value IS 168 (66.02% from 255) = 48.14%

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

R = 51%
G = 48.14%
B = 0.86%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.98

 K value IS 0.30

RGB Variations

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

Color information

#B2A803 (or 0xB2A803) is known color: La Rioja. HEX triplet: B2, A8 and 03. RGB value is (178,168,3). Sum of RGB (Red+Green+Blue) = 178+168+3=349 (46% of max value = 765). Red value is 178 (69.92% from 255 or 51.00% from 349); Green value is 168 (66.02% from 255 or 48.14% from 349); Blue value is 3 (1.56% from 255 or 0.86% from 349); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A803 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B2A803 is #4D57FC. Grayscale: #989898. Windows color (decimal): -5068797 or 239794. OLE color: 239794.

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

Color convert

RGB 178 168 3 -
CMYK 0 0.06 0.98 0.30
HSL 56.57º 0.97% 0.35% -
HSV(B) 56.57º 0.98% 0.7% -
XYZ 32.38 37.48 5.61 -
YUV 152.18 43.81 146.42 -
System Red Green Blue C M Y K H S L
Decimal 178 168 3 0 0.06 0.98 0.30 56.57 0.97 0.35
Hex B2 A8 3 0 6 62 1E 39 61 23
Octal 262 250 3 0 6 142 36 71 141 43
Binary 10110010 10101000 11 0 110 1100010 11110 111001 1100001 100011

Color Harmonies of #B2A803

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2A803

Black with #B2A803

Text Example


Text Example

White with #B2A803

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2A803; }

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

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

background-color css

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

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

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

border-color css

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

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

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