Html Css Color HEX #A0B13B Celery

📋 copy color: '#A0B13B'

red 160 ◦ green 177 ◦ blue 59

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

Shades of Celery #A0B13B

Tints of Celery #A0B13B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 14.9%

R = 40.4%
G = 44.7%
B = 14.9%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.67

 K value IS 0.31

RGB Variations

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

Color information

#A0B13B (or 0xA0B13B) is known color: Celery. HEX triplet: A0, B1 and 3B. RGB value is (160,177,59). Sum of RGB (Red+Green+Blue) = 160+177+59=396 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.40% from 396); Green value is 177 (69.53% from 255 or 44.70% from 396); Blue value is 59 (23.44% from 255 or 14.90% from 396); Max value from RGB is 177 - color contains mainly: green. Hex color #A0B13B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0B13B is #5F4EC4. Grayscale: #9E9E9E. Windows color (decimal): -6246085 or 3912096. OLE color: 3912096.

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

Color convert

RGB 160 177 59 -
CMYK 0.10 0 0.67 0.31
HSL 68.64º 0.5% 0.46% -
HSV(B) 68.64º 0.67% 0.69% -
XYZ 31.01 39.23 10.08 -
YUV 158.47 71.87 129.09 -
System Red Green Blue C M Y K H S L
Decimal 160 177 59 0.10 0 0.67 0.31 68.64 0.5 0.46
Hex A0 B1 3B A 0 43 1F 45 32 2E
Octal 240 261 73 12 0 103 37 105 62 56
Binary 10100000 10110001 111011 1010 0 1000011 11111 1000101 110010 101110

Color Harmonies of #A0B13B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0B13B

Black with #A0B13B

Text Example


Text Example

White with #A0B13B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0B13B; }

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

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

background-color css

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

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

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

border-color css

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

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

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