Html Css Color HEX #A5BF45 Celery

📋 copy color: '#A5BF45'

red 165 ◦ green 191 ◦ blue 69

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

Shades of Celery #A5BF45

Tints of Celery #A5BF45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 16.24%

R = 38.82%
G = 44.94%
B = 16.24%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.64

 K value IS 0.25

RGB Variations

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

Color information

#A5BF45 (or 0xA5BF45) is known color: Celery. HEX triplet: A5, BF and 45. RGB value is (165,191,69). Sum of RGB (Red+Green+Blue) = 165+191+69=425 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.82% from 425); Green value is 191 (75% from 255 or 44.94% from 425); Blue value is 69 (27.34% from 255 or 16.24% from 425); Max value from RGB is 191 - color contains mainly: green. Hex color #A5BF45 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5BF45 is #5A40BA. Grayscale: #A9A9A9. Windows color (decimal): -5914811 or 4571045. OLE color: 4571045.

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

Color convert

RGB 165 191 69 -
CMYK 0.14 0 0.64 0.25
HSL 72.79º 0.49% 0.51% -
HSV(B) 72.79º 0.64% 0.75% -
XYZ 35.22 45.69 12.59 -
YUV 169.32 71.39 124.92 -
System Red Green Blue C M Y K H S L
Decimal 165 191 69 0.14 0 0.64 0.25 72.79 0.49 0.51
Hex A5 BF 45 E 0 40 19 49 31 33
Octal 245 277 105 16 0 100 31 111 61 63
Binary 10100101 10111111 1000101 1110 0 1000000 11001 1001001 110001 110011

Color Harmonies of #A5BF45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5BF45

Black with #A5BF45

Text Example


Text Example

White with #A5BF45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5BF45; }

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

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

background-color css

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

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

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

border-color css

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

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

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