Html Css Color HEX #A0BF4F Celery

📋 copy color: '#A0BF4F'

red 160 ◦ green 191 ◦ blue 79

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

Shades of Celery #A0BF4F

Tints of Celery #A0BF4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 18.37%

R = 37.21%
G = 44.42%
B = 18.37%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.59

 K value IS 0.25

RGB Variations

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

Color information

#A0BF4F (or 0xA0BF4F) is known color: Celery. HEX triplet: A0, BF and 4F. RGB value is (160,191,79). Sum of RGB (Red+Green+Blue) = 160+191+79=430 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.21% from 430); Green value is 191 (75% from 255 or 44.42% from 430); Blue value is 79 (31.25% from 255 or 18.37% from 430); Max value from RGB is 191 - color contains mainly: green. Hex color #A0BF4F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0BF4F is #5F40B0. Grayscale: #A9A9A9. Windows color (decimal): -6242481 or 5226400. OLE color: 5226400.

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

Color convert

RGB 160 191 79 -
CMYK 0.16 0 0.59 0.25
HSL 76.61º 0.47% 0.53% -
HSV(B) 76.61º 0.59% 0.75% -
XYZ 34.54 45.3 14.32 -
YUV 168.96 77.23 121.61 -
System Red Green Blue C M Y K H S L
Decimal 160 191 79 0.16 0 0.59 0.25 76.61 0.47 0.53
Hex A0 BF 4F 10 0 3B 19 4D 2F 35
Octal 240 277 117 20 0 73 31 115 57 65
Binary 10100000 10111111 1001111 10000 0 111011 11001 1001101 101111 110101

Color Harmonies of #A0BF4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0BF4F

Black with #A0BF4F

Text Example


Text Example

White with #A0BF4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0BF4F; }

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

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

background-color css

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

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

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

border-color css

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

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

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