Html Css Color HEX #A5BF5E Celery

📋 copy color: '#A5BF5E'

red 165 ◦ green 191 ◦ blue 94

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

Shades of Celery #A5BF5E

Tints of Celery #A5BF5E

RGB

 RED value IS 165 (64.84% from 255) = 36.67%

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

 BLUE value IS 94 (37.11% from 255) = 20.89%

R = 36.67%
G = 42.44%
B = 20.89%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.51

 K value IS 0.25

RGB Variations

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

Color information

#A5BF5E (or 0xA5BF5E) is known color: Celery. HEX triplet: A5, BF and 5E. RGB value is (165,191,94). Sum of RGB (Red+Green+Blue) = 165+191+94=450 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.67% from 450); Green value is 191 (75% from 255 or 42.44% from 450); Blue value is 94 (37.11% from 255 or 20.89% from 450); Max value from RGB is 191 - color contains mainly: green. Hex color #A5BF5E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5BF5E is #5A40A1. Grayscale: #ACACAC. Windows color (decimal): -5914786 or 6209445. OLE color: 6209445.

HSL color Cylindrical-coordinate representation of color #A5BF5E: hue angle of 76.08º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A5BF5E is Cyan = 0.14, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.25.

Color convert

RGB 165 191 94 -
CMYK 0.14 0 0.51 0.25
HSL 76.08º 0.43% 0.56% -
HSV(B) 76.08º 0.51% 0.75% -
XYZ 36.17 46.07 17.58 -
YUV 172.17 83.89 122.89 -
System Red Green Blue C M Y K H S L
Decimal 165 191 94 0.14 0 0.51 0.25 76.08 0.43 0.56
Hex A5 BF 5E E 0 33 19 4C 2B 38
Octal 245 277 136 16 0 63 31 114 53 70
Binary 10100101 10111111 1011110 1110 0 110011 11001 1001100 101011 111000

Color Harmonies of #A5BF5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5BF5E

Black with #A5BF5E

Text Example


Text Example

White with #A5BF5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5BF5E; }

 p { color: rgb(165,191,94); }

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

background-color css

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

 a { background-color: rgb(165,191,94); }

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

border-color css

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

 span { border-color: rgb(165,191,94); }

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