Html Css Color HEX #A5BD3F Celery

📋 copy color: '#A5BD3F'

red 165 ◦ green 189 ◦ blue 63

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

Shades of Celery #A5BD3F

Tints of Celery #A5BD3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 15.11%

R = 39.57%
G = 45.32%
B = 15.11%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.67

 K value IS 0.26

RGB Variations

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

Color information

#A5BD3F (or 0xA5BD3F) is known color: Celery. HEX triplet: A5, BD and 3F. RGB value is (165,189,63). Sum of RGB (Red+Green+Blue) = 165+189+63=417 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.57% from 417); Green value is 189 (74.22% from 255 or 45.32% from 417); Blue value is 63 (25% from 255 or 15.11% from 417); Max value from RGB is 189 - color contains mainly: green. Hex color #A5BD3F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5BD3F is #5A42C0. Grayscale: #A7A7A7. Windows color (decimal): -5915329 or 4177317. OLE color: 4177317.

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

Color convert

RGB 165 189 63 -
CMYK 0.13 0 0.67 0.26
HSL 71.43º 0.5% 0.49% -
HSV(B) 71.43º 0.67% 0.74% -
XYZ 34.61 44.75 11.52 -
YUV 167.46 69.05 126.25 -
System Red Green Blue C M Y K H S L
Decimal 165 189 63 0.13 0 0.67 0.26 71.43 0.5 0.49
Hex A5 BD 3F D 0 43 1A 47 32 31
Octal 245 275 77 15 0 103 32 107 62 61
Binary 10100101 10111101 111111 1101 0 1000011 11010 1000111 110010 110001

Color Harmonies of #A5BD3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5BD3F

Black with #A5BD3F

Text Example


Text Example

White with #A5BD3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5BD3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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