Html Css Color HEX #A0B217 Citrus

📋 copy color: '#A0B217'

red 160 ◦ green 178 ◦ blue 23

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

Shades of Citrus #A0B217

Tints of Citrus #A0B217

RGB

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

 GREEN value IS 178 (69.92% from 255) = 49.31%

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

R = 44.32%
G = 49.31%
B = 6.37%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.87

 K value IS 0.30

RGB Variations

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

Color information

#A0B217 (or 0xA0B217) is known color: Citrus. HEX triplet: A0, B2 and 17. RGB value is (160,178,23). Sum of RGB (Red+Green+Blue) = 160+178+23=361 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.32% from 361); Green value is 178 (69.92% from 255 or 49.31% from 361); Blue value is 23 (9.38% from 255 or 6.37% from 361); Max value from RGB is 178 - color contains mainly: green. Hex color #A0B217 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A0B217 is #5F4DE8. Grayscale: #9B9B9B. Windows color (decimal): -6245865 or 1553056. OLE color: 1553056.

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

Color convert

RGB 160 178 23 -
CMYK 0.10 0 0.87 0.30
HSL 66.97º 0.77% 0.39% -
HSV(B) 66.97º 0.87% 0.7% -
XYZ 30.57 39.38 6.8 -
YUV 154.95 53.54 131.6 -
System Red Green Blue C M Y K H S L
Decimal 160 178 23 0.10 0 0.87 0.30 66.97 0.77 0.39
Hex A0 B2 17 A 0 57 1E 43 4D 27
Octal 240 262 27 12 0 127 36 103 115 47
Binary 10100000 10110010 10111 1010 0 1010111 11110 1000011 1001101 100111

Color Harmonies of #A0B217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0B217

Black with #A0B217

Text Example


Text Example

White with #A0B217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0B217; }

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

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

background-color css

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

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

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

border-color css

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

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

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