Html Css Color HEX #A2AD1B Citrus

📋 copy color: '#A2AD1B'

red 162 ◦ green 173 ◦ blue 27

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

Shades of Citrus #A2AD1B

Tints of Citrus #A2AD1B

RGB

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

 GREEN value IS 173 (67.97% from 255) = 47.79%

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

R = 44.75%
G = 47.79%
B = 7.46%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.84

 K value IS 0.32

RGB Variations

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

Color information

#A2AD1B (or 0xA2AD1B) is known color: Citrus. HEX triplet: A2, AD and 1B. RGB value is (162,173,27). Sum of RGB (Red+Green+Blue) = 162+173+27=362 (47% of max value = 765). Red value is 162 (63.67% from 255 or 44.75% from 362); Green value is 173 (67.97% from 255 or 47.79% from 362); Blue value is 27 (10.94% from 255 or 7.46% from 362); Max value from RGB is 173 - color contains mainly: green. Hex color #A2AD1B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A2AD1B is #5D52E4. Grayscale: #999999. Windows color (decimal): -6116069 or 1813922. OLE color: 1813922.

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

Color convert

RGB 162 173 27 -
CMYK 0.06 0 0.84 0.32
HSL 64.52º 0.73% 0.39% -
HSV(B) 64.52º 0.84% 0.68% -
XYZ 30.04 37.65 6.72 -
YUV 153.07 56.86 134.37 -
System Red Green Blue C M Y K H S L
Decimal 162 173 27 0.06 0 0.84 0.32 64.52 0.73 0.39
Hex A2 AD 1B 6 0 54 20 41 49 27
Octal 242 255 33 6 0 124 40 101 111 47
Binary 10100010 10101101 11011 110 0 1010100 100000 1000001 1001001 100111

Color Harmonies of #A2AD1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2AD1B

Black with #A2AD1B

Text Example


Text Example

White with #A2AD1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2AD1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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