Html Css Color HEX #A0BF58 Celery

📋 copy color: '#A0BF58'

red 160 ◦ green 191 ◦ blue 88

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

Shades of Celery #A0BF58

Tints of Celery #A0BF58

RGB

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

 GREEN value IS 191 (75% from 255) = 43.51%

 BLUE value IS 88 (34.77% from 255) = 20.05%

R = 36.45%
G = 43.51%
B = 20.05%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.54

 K value IS 0.25

RGB Variations

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

Color information

#A0BF58 (or 0xA0BF58) is known color: Celery. HEX triplet: A0, BF and 58. RGB value is (160,191,88). Sum of RGB (Red+Green+Blue) = 160+191+88=439 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.45% from 439); Green value is 191 (75% from 255 or 43.51% from 439); Blue value is 88 (34.77% from 255 or 20.05% from 439); Max value from RGB is 191 - color contains mainly: green. Hex color #A0BF58 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0BF58 is #5F40A7. Grayscale: #AAAAAA. Windows color (decimal): -6242472 or 5816224. OLE color: 5816224.

HSL color Cylindrical-coordinate representation of color #A0BF58: hue angle of 78.06º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A0BF58 is Cyan = 0.16, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.25.

Color convert

RGB 160 191 88 -
CMYK 0.16 0 0.54 0.25
HSL 78.06º 0.45% 0.55% -
HSV(B) 78.06º 0.54% 0.75% -
XYZ 34.89 45.44 16.16 -
YUV 169.99 81.73 120.88 -
System Red Green Blue C M Y K H S L
Decimal 160 191 88 0.16 0 0.54 0.25 78.06 0.45 0.55
Hex A0 BF 58 10 0 36 19 4E 2D 37
Octal 240 277 130 20 0 66 31 116 55 67
Binary 10100000 10111111 1011000 10000 0 110110 11001 1001110 101101 110111

Color Harmonies of #A0BF58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0BF58

Black with #A0BF58

Text Example


Text Example

White with #A0BF58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0BF58; }

 p { color: rgb(160,191,88); }

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

background-color css

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

 a { background-color: rgb(160,191,88); }

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

border-color css

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

 span { border-color: rgb(160,191,88); }

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