Html Css Color HEX #A2B211 Citrus

📋 copy color: '#A2B211'

red 162 ◦ green 178 ◦ blue 17

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

Shades of Citrus #A2B211

Tints of Citrus #A2B211

RGB

 RED value IS 162 (63.67% from 255) = 45.38%

 GREEN value IS 178 (69.92% from 255) = 49.86%

 BLUE value IS 17 (7.03% from 255) = 4.76%

R = 45.38%
G = 49.86%
B = 4.76%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.90

 K value IS 0.30

RGB Variations

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

Color information

#A2B211 (or 0xA2B211) is known color: Citrus. HEX triplet: A2, B2 and 11. RGB value is (162,178,17). Sum of RGB (Red+Green+Blue) = 162+178+17=357 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.38% from 357); Green value is 178 (69.92% from 255 or 49.86% from 357); Blue value is 17 (7.03% from 255 or 4.76% from 357); Max value from RGB is 178 - color contains mainly: green. Hex color #A2B211 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A2B211 is #5D4DEE. Grayscale: #9B9B9B. Windows color (decimal): -6114799 or 1159842. OLE color: 1159842.

HSL color Cylindrical-coordinate representation of color #A2B211: hue angle of 65.96º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A2B211 is Cyan = 0.09, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.30.

Color convert

RGB 162 178 17 -
CMYK 0.09 0 0.90 0.30
HSL 65.96º 0.83% 0.38% -
HSV(B) 65.96º 0.9% 0.7% -
XYZ 30.92 39.56 6.54 -
YUV 154.86 50.2 133.09 -
System Red Green Blue C M Y K H S L
Decimal 162 178 17 0.09 0 0.90 0.30 65.96 0.83 0.38
Hex A2 B2 11 9 0 5A 1E 42 53 26
Octal 242 262 21 11 0 132 36 102 123 46
Binary 10100010 10110010 10001 1001 0 1011010 11110 1000010 1010011 100110

Color Harmonies of #A2B211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2B211

Black with #A2B211

Text Example


Text Example

White with #A2B211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2B211; }

 p { color: rgb(162,178,17); }

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

background-color css

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

 a { background-color: rgb(162,178,17); }

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

border-color css

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

 span { border-color: rgb(162,178,17); }

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