Html Css Color HEX #B2A902 La Rioja

📋 copy color: '#B2A902'

red 178 ◦ green 169 ◦ blue 2

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

Shades of La Rioja #B2A902

Tints of La Rioja #B2A902

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.57%

R = 51%
G = 48.42%
B = 0.57%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.99

 K value IS 0.30

RGB Variations

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

Color information

#B2A902 (or 0xB2A902) is known color: La Rioja. HEX triplet: B2, A9 and 02. RGB value is (178,169,2). Sum of RGB (Red+Green+Blue) = 178+169+2=349 (46% of max value = 765). Red value is 178 (69.92% from 255 or 51.00% from 349); Green value is 169 (66.41% from 255 or 48.42% from 349); Blue value is 2 (1.17% from 255 or 0.57% from 349); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A902 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B2A902 is #4D56FD. Grayscale: #999999. Windows color (decimal): -5068542 or 174514. OLE color: 174514.

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

Color convert

RGB 178 169 2 -
CMYK 0 0.05 0.99 0.30
HSL 56.93º 0.98% 0.35% -
HSV(B) 56.93º 0.99% 0.7% -
XYZ 32.56 37.85 5.65 -
YUV 152.65 42.98 146.08 -
System Red Green Blue C M Y K H S L
Decimal 178 169 2 0 0.05 0.99 0.30 56.93 0.98 0.35
Hex B2 A9 2 0 5 63 1E 39 62 23
Octal 262 251 2 0 5 143 36 71 142 43
Binary 10110010 10101001 10 0 101 1100011 11110 111001 1100010 100011

Color Harmonies of #B2A902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2A902

Black with #B2A902

Text Example


Text Example

White with #B2A902

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2A902; }

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

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

background-color css

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

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

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

border-color css

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

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

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