Html Css Color HEX #A5BF5A Celery

📋 copy color: '#A5BF5A'

red 165 ◦ green 191 ◦ blue 90

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

Shades of Celery #A5BF5A

Tints of Celery #A5BF5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 20.18%

R = 37%
G = 42.83%
B = 20.18%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.53

 K value IS 0.25

RGB Variations

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

Color information

#A5BF5A (or 0xA5BF5A) is known color: Celery. HEX triplet: A5, BF and 5A. RGB value is (165,191,90). Sum of RGB (Red+Green+Blue) = 165+191+90=446 (59% of max value = 765). Red value is 165 (64.84% from 255 or 37.00% from 446); Green value is 191 (75% from 255 or 42.83% from 446); Blue value is 90 (35.55% from 255 or 20.18% from 446); Max value from RGB is 191 - color contains mainly: green. Hex color #A5BF5A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5BF5A is #5A40A5. Grayscale: #ACACAC. Windows color (decimal): -5914790 or 5947301. OLE color: 5947301.

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

Color convert

RGB 165 191 90 -
CMYK 0.14 0 0.53 0.25
HSL 75.45º 0.44% 0.55% -
HSV(B) 75.45º 0.53% 0.75% -
XYZ 35.99 46 16.65 -
YUV 171.71 81.89 123.21 -
System Red Green Blue C M Y K H S L
Decimal 165 191 90 0.14 0 0.53 0.25 75.45 0.44 0.55
Hex A5 BF 5A E 0 35 19 4B 2C 37
Octal 245 277 132 16 0 65 31 113 54 67
Binary 10100101 10111111 1011010 1110 0 110101 11001 1001011 101100 110111

Color Harmonies of #A5BF5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5BF5A

Black with #A5BF5A

Text Example


Text Example

White with #A5BF5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5BF5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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