Html Css Color HEX #A5BF5D Celery

📋 copy color: '#A5BF5D'

red 165 ◦ green 191 ◦ blue 93

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

Shades of Celery #A5BF5D

Tints of Celery #A5BF5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 20.71%

R = 36.75%
G = 42.54%
B = 20.71%

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

#A5BF5D (or 0xA5BF5D) is known color: Celery. HEX triplet: A5, BF and 5D. RGB value is (165,191,93). Sum of RGB (Red+Green+Blue) = 165+191+93=449 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.75% from 449); Green value is 191 (75% from 255 or 42.54% from 449); Blue value is 93 (36.72% from 255 or 20.71% from 449); Max value from RGB is 191 - color contains mainly: green. Hex color #A5BF5D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5BF5D is #5A40A2. Grayscale: #ACACAC. Windows color (decimal): -5914787 or 6143909. OLE color: 6143909.

HSL color Cylindrical-coordinate representation of color #A5BF5D: hue angle of 75.92º 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 #A5BF5D is Cyan = 0.14, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.25.

Color convert

RGB 165 191 93 -
CMYK 0.14 0 0.51 0.25
HSL 75.92º 0.43% 0.56% -
HSV(B) 75.92º 0.51% 0.75% -
XYZ 36.12 46.05 17.34 -
YUV 172.05 83.39 122.97 -
System Red Green Blue C M Y K H S L
Decimal 165 191 93 0.14 0 0.51 0.25 75.92 0.43 0.56
Hex A5 BF 5D E 0 33 19 4C 2B 38
Octal 245 277 135 16 0 63 31 114 53 70
Binary 10100101 10111111 1011101 1110 0 110011 11001 1001100 101011 111000

Color Harmonies of #A5BF5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5BF5D

Black with #A5BF5D

Text Example


Text Example

White with #A5BF5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5BF5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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