Html Css Color HEX #A2B90B Citrus

📋 copy color: '#A2B90B'

red 162 ◦ green 185 ◦ blue 11

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

Shades of Citrus #A2B90B

Tints of Citrus #A2B90B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.07%

R = 45.25%
G = 51.68%
B = 3.07%

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

#A2B90B (or 0xA2B90B) is known color: Citrus. HEX triplet: A2, B9 and 0B. RGB value is (162,185,11). Sum of RGB (Red+Green+Blue) = 162+185+11=358 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.25% from 358); Green value is 185 (72.66% from 255 or 51.68% from 358); Blue value is 11 (4.69% from 255 or 3.07% from 358); Max value from RGB is 185 - color contains mainly: green. Hex color #A2B90B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2B90B is #5D46F4. Grayscale: #9E9E9E. Windows color (decimal): -6113013 or 768418. OLE color: 768418.

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

Color convert

RGB 162 185 11 -
CMYK 0.12 0 0.94 0.27
HSL 67.93º 0.89% 0.38% -
HSV(B) 67.93º 0.94% 0.73% -
XYZ 32.31 42.4 6.8 -
YUV 158.29 44.88 130.65 -
System Red Green Blue C M Y K H S L
Decimal 162 185 11 0.12 0 0.94 0.27 67.93 0.89 0.38
Hex A2 B9 B C 0 5E 1B 44 59 26
Octal 242 271 13 14 0 136 33 104 131 46
Binary 10100010 10111001 1011 1100 0 1011110 11011 1000100 1011001 100110

Color Harmonies of #A2B90B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2B90B

Black with #A2B90B

Text Example


Text Example

White with #A2B90B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2B90B; }

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

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

background-color css

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

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

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

border-color css

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

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

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