Html Css Color HEX #B2A802 La Rioja

📋 copy color: '#B2A802'

red 178 ◦ green 168 ◦ blue 2

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

Shades of La Rioja #B2A802

Tints of La Rioja #B2A802

RGB

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

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

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

R = 51.15%
G = 48.28%
B = 0.57%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.99

 K value IS 0.30

RGB Variations

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

Color information

#B2A802 (or 0xB2A802) is known color: La Rioja. HEX triplet: B2, A8 and 02. RGB value is (178,168,2). Sum of RGB (Red+Green+Blue) = 178+168+2=348 (46% of max value = 765). Red value is 178 (69.92% from 255 or 51.15% from 348); Green value is 168 (66.02% from 255 or 48.28% from 348); Blue value is 2 (1.17% from 255 or 0.57% from 348); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A802 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B2A802 is #4D57FD. Grayscale: #989898. Windows color (decimal): -5068798 or 174258. OLE color: 174258.

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

Color convert

RGB 178 168 2 -
CMYK 0 0.06 0.99 0.30
HSL 56.59º 0.98% 0.35% -
HSV(B) 56.59º 0.99% 0.7% -
XYZ 32.37 37.47 5.58 -
YUV 152.07 43.31 146.5 -
System Red Green Blue C M Y K H S L
Decimal 178 168 2 0 0.06 0.99 0.30 56.59 0.98 0.35
Hex B2 A8 2 0 6 63 1E 39 62 23
Octal 262 250 2 0 6 143 36 71 142 43
Binary 10110010 10101000 10 0 110 1100011 11110 111001 1100010 100011

Color Harmonies of #B2A802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2A802

Black with #B2A802

Text Example


Text Example

White with #B2A802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2A802; }

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

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

background-color css

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

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

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

border-color css

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

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

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