Html Css Color HEX #A5BD44 Celery

📋 copy color: '#A5BD44'

red 165 ◦ green 189 ◦ blue 68

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

Shades of Celery #A5BD44

Tints of Celery #A5BD44

RGB

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

 GREEN value IS 189 (74.22% from 255) = 44.79%

 BLUE value IS 68 (26.95% from 255) = 16.11%

R = 39.1%
G = 44.79%
B = 16.11%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.64

 K value IS 0.26

RGB Variations

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

Color information

#A5BD44 (or 0xA5BD44) is known color: Celery. HEX triplet: A5, BD and 44. RGB value is (165,189,68). Sum of RGB (Red+Green+Blue) = 165+189+68=422 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.10% from 422); Green value is 189 (74.22% from 255 or 44.79% from 422); Blue value is 68 (26.95% from 255 or 16.11% from 422); Max value from RGB is 189 - color contains mainly: green. Hex color #A5BD44 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5BD44 is #5A42BB. Grayscale: #A8A8A8. Windows color (decimal): -5915324 or 4504997. OLE color: 4504997.

HSL color Cylindrical-coordinate representation of color #A5BD44: hue angle of 71.9º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A5BD44 is Cyan = 0.13, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.26.

Color convert

RGB 165 189 68 -
CMYK 0.13 0 0.64 0.26
HSL 71.9º 0.48% 0.5% -
HSV(B) 71.9º 0.64% 0.74% -
XYZ 34.76 44.81 12.29 -
YUV 168.03 71.55 125.84 -
System Red Green Blue C M Y K H S L
Decimal 165 189 68 0.13 0 0.64 0.26 71.9 0.48 0.5
Hex A5 BD 44 D 0 40 1A 48 30 32
Octal 245 275 104 15 0 100 32 110 60 62
Binary 10100101 10111101 1000100 1101 0 1000000 11010 1001000 110000 110010

Color Harmonies of #A5BD44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5BD44

Black with #A5BD44

Text Example


Text Example

White with #A5BD44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5BD44; }

 p { color: rgb(165,189,68); }

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

background-color css

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

 a { background-color: rgb(165,189,68); }

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

border-color css

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

 span { border-color: rgb(165,189,68); }

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