Html Css Color HEX #A2B512 Citrus

📋 copy color: '#A2B512'

red 162 ◦ green 181 ◦ blue 18

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

Shades of Citrus #A2B512

Tints of Citrus #A2B512

RGB

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

 GREEN value IS 181 (71.09% from 255) = 50.14%

 BLUE value IS 18 (7.42% from 255) = 4.99%

R = 44.88%
G = 50.14%
B = 4.99%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.90

 K value IS 0.29

RGB Variations

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

Color information

#A2B512 (or 0xA2B512) is known color: Citrus. HEX triplet: A2, B5 and 12. RGB value is (162,181,18). Sum of RGB (Red+Green+Blue) = 162+181+18=361 (47% of max value = 765). Red value is 162 (63.67% from 255 or 44.88% from 361); Green value is 181 (71.09% from 255 or 50.14% from 361); Blue value is 18 (7.42% from 255 or 4.99% from 361); Max value from RGB is 181 - color contains mainly: green. Hex color #A2B512 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2B512 is #5D4AED. Grayscale: #9D9D9D. Windows color (decimal): -6114030 or 1226146. OLE color: 1226146.

HSL color Cylindrical-coordinate representation of color #A2B512: hue angle of 66.99º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A2B512 is Cyan = 0.10, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.29.

Color convert

RGB 162 181 18 -
CMYK 0.10 0 0.90 0.29
HSL 66.99º 0.82% 0.39% -
HSV(B) 66.99º 0.9% 0.71% -
XYZ 31.53 40.77 6.78 -
YUV 156.74 49.71 131.75 -
System Red Green Blue C M Y K H S L
Decimal 162 181 18 0.10 0 0.90 0.29 66.99 0.82 0.39
Hex A2 B5 12 A 0 5A 1D 43 52 27
Octal 242 265 22 12 0 132 35 103 122 47
Binary 10100010 10110101 10010 1010 0 1011010 11101 1000011 1010010 100111

Color Harmonies of #A2B512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2B512

Black with #A2B512

Text Example


Text Example

White with #A2B512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2B512; }

 p { color: rgb(162,181,18); }

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

background-color css

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

 a { background-color: rgb(162,181,18); }

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

border-color css

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

 span { border-color: rgb(162,181,18); }

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