Html Css Color HEX #A5BD41 Celery

📋 copy color: '#A5BD41'

red 165 ◦ green 189 ◦ blue 65

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

Shades of Celery #A5BD41

Tints of Celery #A5BD41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 15.51%

R = 39.38%
G = 45.11%
B = 15.51%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.66

 K value IS 0.26

RGB Variations

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

Color information

#A5BD41 (or 0xA5BD41) is known color: Celery. HEX triplet: A5, BD and 41. RGB value is (165,189,65). Sum of RGB (Red+Green+Blue) = 165+189+65=419 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.38% from 419); Green value is 189 (74.22% from 255 or 45.11% from 419); Blue value is 65 (25.78% from 255 or 15.51% from 419); Max value from RGB is 189 - color contains mainly: green. Hex color #A5BD41 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5BD41 is #5A42BE. Grayscale: #A8A8A8. Windows color (decimal): -5915327 or 4308389. OLE color: 4308389.

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

Color convert

RGB 165 189 65 -
CMYK 0.13 0 0.66 0.26
HSL 71.61º 0.49% 0.5% -
HSV(B) 71.61º 0.66% 0.74% -
XYZ 34.67 44.78 11.82 -
YUV 167.69 70.05 126.08 -
System Red Green Blue C M Y K H S L
Decimal 165 189 65 0.13 0 0.66 0.26 71.61 0.49 0.5
Hex A5 BD 41 D 0 42 1A 48 31 32
Octal 245 275 101 15 0 102 32 110 61 62
Binary 10100101 10111101 1000001 1101 0 1000010 11010 1001000 110001 110010

Color Harmonies of #A5BD41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5BD41

Black with #A5BD41

Text Example


Text Example

White with #A5BD41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5BD41; }

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

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

background-color css

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

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

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

border-color css

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

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

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