Html Css Color HEX #A2B315 Citrus

📋 copy color: '#A2B315'

red 162 ◦ green 179 ◦ blue 21

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

Shades of Citrus #A2B315

Tints of Citrus #A2B315

RGB

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

 GREEN value IS 179 (70.31% from 255) = 49.45%

 BLUE value IS 21 (8.59% from 255) = 5.8%

R = 44.75%
G = 49.45%
B = 5.8%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.88

 K value IS 0.30

RGB Variations

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

Color information

#A2B315 (or 0xA2B315) is known color: Citrus. HEX triplet: A2, B3 and 15. RGB value is (162,179,21). Sum of RGB (Red+Green+Blue) = 162+179+21=362 (47% of max value = 765). Red value is 162 (63.67% from 255 or 44.75% from 362); Green value is 179 (70.31% from 255 or 49.45% from 362); Blue value is 21 (8.59% from 255 or 5.80% from 362); Max value from RGB is 179 - color contains mainly: green. Hex color #A2B315 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2B315 is #5D4CEA. Grayscale: #9C9C9C. Windows color (decimal): -6114539 or 1422242. OLE color: 1422242.

HSL color Cylindrical-coordinate representation of color #A2B315: hue angle of 66.46º degrees, saturation: 0.79, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A2B315 is Cyan = 0.09, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.30.

Color convert

RGB 162 179 21 -
CMYK 0.09 0 0.88 0.30
HSL 66.46º 0.79% 0.39% -
HSV(B) 66.46º 0.88% 0.7% -
XYZ 31.16 39.98 6.78 -
YUV 155.91 51.87 132.35 -
System Red Green Blue C M Y K H S L
Decimal 162 179 21 0.09 0 0.88 0.30 66.46 0.79 0.39
Hex A2 B3 15 9 0 58 1E 42 4F 27
Octal 242 263 25 11 0 130 36 102 117 47
Binary 10100010 10110011 10101 1001 0 1011000 11110 1000010 1001111 100111

Color Harmonies of #A2B315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2B315

Black with #A2B315

Text Example


Text Example

White with #A2B315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2B315; }

 p { color: rgb(162,179,21); }

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

background-color css

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

 a { background-color: rgb(162,179,21); }

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

border-color css

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

 span { border-color: rgb(162,179,21); }

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