Html Css Color HEX #B2A903 La Rioja

📋 copy color: '#B2A903'

red 178 ◦ green 169 ◦ blue 3

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

Shades of La Rioja #B2A903

Tints of La Rioja #B2A903

RGB

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

 GREEN value IS 169 (66.41% from 255) = 48.29%

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

R = 50.86%
G = 48.29%
B = 0.86%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.98

 K value IS 0.30

RGB Variations

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

Color information

#B2A903 (or 0xB2A903) is known color: La Rioja. HEX triplet: B2, A9 and 03. RGB value is (178,169,3). Sum of RGB (Red+Green+Blue) = 178+169+3=350 (46% of max value = 765). Red value is 178 (69.92% from 255 or 50.86% from 350); Green value is 169 (66.41% from 255 or 48.29% from 350); Blue value is 3 (1.56% from 255 or 0.86% from 350); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A903 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B2A903 is #4D56FC. Grayscale: #999999. Windows color (decimal): -5068541 or 240050. OLE color: 240050.

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

Color convert

RGB 178 169 3 -
CMYK 0 0.05 0.98 0.30
HSL 56.91º 0.97% 0.35% -
HSV(B) 56.91º 0.98% 0.7% -
XYZ 32.56 37.85 5.68 -
YUV 152.77 43.48 146 -
System Red Green Blue C M Y K H S L
Decimal 178 169 3 0 0.05 0.98 0.30 56.91 0.97 0.35
Hex B2 A9 3 0 5 62 1E 39 61 23
Octal 262 251 3 0 5 142 36 71 141 43
Binary 10110010 10101001 11 0 101 1100010 11110 111001 1100001 100011

Color Harmonies of #B2A903

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2A903

Black with #B2A903

Text Example


Text Example

White with #B2A903

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2A903; }

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

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

background-color css

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

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

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

border-color css

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

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

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