Html Css Color HEX #A2B90C Citrus

📋 copy color: '#A2B90C'

red 162 ◦ green 185 ◦ blue 12

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

Shades of Citrus #A2B90C

Tints of Citrus #A2B90C

RGB

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

 GREEN value IS 185 (72.66% from 255) = 51.53%

 BLUE value IS 12 (5.08% from 255) = 3.34%

R = 45.13%
G = 51.53%
B = 3.34%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.94

 K value IS 0.27

RGB Variations

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

Color information

#A2B90C (or 0xA2B90C) is known color: Citrus. HEX triplet: A2, B9 and 0C. RGB value is (162,185,12). Sum of RGB (Red+Green+Blue) = 162+185+12=359 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.13% from 359); Green value is 185 (72.66% from 255 or 51.53% from 359); Blue value is 12 (5.08% from 255 or 3.34% from 359); Max value from RGB is 185 - color contains mainly: green. Hex color #A2B90C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2B90C is #5D46F3. Grayscale: #9F9F9F. Windows color (decimal): -6113012 or 833954. OLE color: 833954.

HSL color Cylindrical-coordinate representation of color #A2B90C: hue angle of 67.98º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A2B90C is Cyan = 0.12, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.27.

Color convert

RGB 162 185 12 -
CMYK 0.12 0 0.94 0.27
HSL 67.98º 0.88% 0.39% -
HSV(B) 67.98º 0.94% 0.73% -
XYZ 32.32 42.41 6.83 -
YUV 158.4 45.38 130.57 -
System Red Green Blue C M Y K H S L
Decimal 162 185 12 0.12 0 0.94 0.27 67.98 0.88 0.39
Hex A2 B9 C C 0 5E 1B 44 58 27
Octal 242 271 14 14 0 136 33 104 130 47
Binary 10100010 10111001 1100 1100 0 1011110 11011 1000100 1011000 100111

Color Harmonies of #A2B90C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2B90C

Black with #A2B90C

Text Example


Text Example

White with #A2B90C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2B90C; }

 p { color: rgb(162,185,12); }

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

background-color css

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

 a { background-color: rgb(162,185,12); }

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

border-color css

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

 span { border-color: rgb(162,185,12); }

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