Html Css Color HEX #A0B117 Citrus

📋 copy color: '#A0B117'

red 160 ◦ green 177 ◦ blue 23

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

Shades of Citrus #A0B117

Tints of Citrus #A0B117

RGB

 RED value IS 160 (62.89% from 255) = 44.44%

 GREEN value IS 177 (69.53% from 255) = 49.17%

 BLUE value IS 23 (9.38% from 255) = 6.39%

R = 44.44%
G = 49.17%
B = 6.39%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.87

 K value IS 0.31

RGB Variations

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

Color information

#A0B117 (or 0xA0B117) is known color: Citrus. HEX triplet: A0, B1 and 17. RGB value is (160,177,23). Sum of RGB (Red+Green+Blue) = 160+177+23=360 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.44% from 360); Green value is 177 (69.53% from 255 or 49.17% from 360); Blue value is 23 (9.38% from 255 or 6.39% from 360); Max value from RGB is 177 - color contains mainly: green. Hex color #A0B117 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A0B117 is #5F4EE8. Grayscale: #9A9A9A. Windows color (decimal): -6246121 or 1552800. OLE color: 1552800.

HSL color Cylindrical-coordinate representation of color #A0B117: hue angle of 66.62º degrees, saturation: 0.77, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A0B117 is Cyan = 0.10, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.31.

Color convert

RGB 160 177 23 -
CMYK 0.10 0 0.87 0.31
HSL 66.62º 0.77% 0.39% -
HSV(B) 66.62º 0.87% 0.69% -
XYZ 30.37 38.98 6.73 -
YUV 154.36 53.87 132.02 -
System Red Green Blue C M Y K H S L
Decimal 160 177 23 0.10 0 0.87 0.31 66.62 0.77 0.39
Hex A0 B1 17 A 0 57 1F 43 4D 27
Octal 240 261 27 12 0 127 37 103 115 47
Binary 10100000 10110001 10111 1010 0 1010111 11111 1000011 1001101 100111

Color Harmonies of #A0B117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0B117

Black with #A0B117

Text Example


Text Example

White with #A0B117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0B117; }

 p { color: rgb(160,177,23); }

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

background-color css

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

 a { background-color: rgb(160,177,23); }

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

border-color css

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

 span { border-color: rgb(160,177,23); }

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