Html Css Color HEX #A2AB1B Citrus

📋 copy color: '#A2AB1B'

red 162 ◦ green 171 ◦ blue 27

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

Shades of Citrus #A2AB1B

Tints of Citrus #A2AB1B

RGB

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

 GREEN value IS 171 (67.19% from 255) = 47.5%

 BLUE value IS 27 (10.94% from 255) = 7.5%

R = 45%
G = 47.5%
B = 7.5%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.84

 K value IS 0.33

RGB Variations

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

Color information

#A2AB1B (or 0xA2AB1B) is known color: Citrus. HEX triplet: A2, AB and 1B. RGB value is (162,171,27). Sum of RGB (Red+Green+Blue) = 162+171+27=360 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45% from 360); Green value is 171 (67.19% from 255 or 47.5% from 360); Blue value is 27 (10.94% from 255 or 7.5% from 360); Max value from RGB is 171 - color contains mainly: green. Hex color #A2AB1B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A2AB1B is #5D54E4. Grayscale: #989898. Windows color (decimal): -6116581 or 1813410. OLE color: 1813410.

HSL color Cylindrical-coordinate representation of color #A2AB1B: hue angle of 63.75º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A2AB1B is Cyan = 0.05, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.33.

Color convert

RGB 162 171 27 -
CMYK 0.05 0 0.84 0.33
HSL 63.75º 0.73% 0.39% -
HSV(B) 63.75º 0.84% 0.67% -
XYZ 29.66 36.89 6.59 -
YUV 151.89 57.52 135.21 -
System Red Green Blue C M Y K H S L
Decimal 162 171 27 0.05 0 0.84 0.33 63.75 0.73 0.39
Hex A2 AB 1B 5 0 54 21 40 49 27
Octal 242 253 33 5 0 124 41 100 111 47
Binary 10100010 10101011 11011 101 0 1010100 100001 1000000 1001001 100111

Color Harmonies of #A2AB1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2AB1B

Black with #A2AB1B

Text Example


Text Example

White with #A2AB1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2AB1B; }

 p { color: rgb(162,171,27); }

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

background-color css

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

 a { background-color: rgb(162,171,27); }

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

border-color css

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

 span { border-color: rgb(162,171,27); }

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