Html Css Color HEX #A2B908 Citrus

📋 copy color: '#A2B908'

red 162 ◦ green 185 ◦ blue 8

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

Shades of Citrus #A2B908

Tints of Citrus #A2B908

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.25%

R = 45.63%
G = 52.11%
B = 2.25%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.96

 K value IS 0.27

RGB Variations

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

Color information

#A2B908 (or 0xA2B908) is known color: Citrus. HEX triplet: A2, B9 and 08. RGB value is (162,185,8). Sum of RGB (Red+Green+Blue) = 162+185+8=355 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.63% from 355); Green value is 185 (72.66% from 255 or 52.11% from 355); Blue value is 8 (3.52% from 255 or 2.25% from 355); Max value from RGB is 185 - color contains mainly: green. Hex color #A2B908 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2B908 is #5D46F7. Grayscale: #9E9E9E. Windows color (decimal): -6113016 or 571810. OLE color: 571810.

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

Color convert

RGB 162 185 8 -
CMYK 0.12 0 0.96 0.27
HSL 67.8º 0.92% 0.38% -
HSV(B) 67.8º 0.96% 0.73% -
XYZ 32.29 42.4 6.71 -
YUV 157.95 43.38 130.89 -
System Red Green Blue C M Y K H S L
Decimal 162 185 8 0.12 0 0.96 0.27 67.8 0.92 0.38
Hex A2 B9 8 C 0 60 1B 44 5C 26
Octal 242 271 10 14 0 140 33 104 134 46
Binary 10100010 10111001 1000 1100 0 1100000 11011 1000100 1011100 100110

Color Harmonies of #A2B908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2B908

Black with #A2B908

Text Example


Text Example

White with #A2B908

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2B908; }

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

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

background-color css

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

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

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

border-color css

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

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

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