Html Css Color HEX #A5B14E Celery

📋 copy color: '#A5B14E'

red 165 ◦ green 177 ◦ blue 78

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

Shades of Celery #A5B14E

Tints of Celery #A5B14E

RGB

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

 GREEN value IS 177 (69.53% from 255) = 42.14%

 BLUE value IS 78 (30.86% from 255) = 18.57%

R = 39.29%
G = 42.14%
B = 18.57%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.56

 K value IS 0.31

RGB Variations

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

Color information

#A5B14E (or 0xA5B14E) is known color: Celery. HEX triplet: A5, B1 and 4E. RGB value is (165,177,78). Sum of RGB (Red+Green+Blue) = 165+177+78=420 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.29% from 420); Green value is 177 (69.53% from 255 or 42.14% from 420); Blue value is 78 (30.86% from 255 or 18.57% from 420); Max value from RGB is 177 - color contains mainly: green. Hex color #A5B14E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5B14E is #5A4EB1. Grayscale: #A2A2A2. Windows color (decimal): -5918386 or 5157285. OLE color: 5157285.

HSL color Cylindrical-coordinate representation of color #A5B14E: hue angle of 67.27º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A5B14E is Cyan = 0.07, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.31.

Color convert

RGB 165 177 78 -
CMYK 0.07 0 0.56 0.31
HSL 67.27º 0.39% 0.5% -
HSV(B) 67.27º 0.56% 0.69% -
XYZ 32.61 39.99 13.21 -
YUV 162.13 80.52 130.05 -
System Red Green Blue C M Y K H S L
Decimal 165 177 78 0.07 0 0.56 0.31 67.27 0.39 0.5
Hex A5 B1 4E 7 0 38 1F 43 27 32
Octal 245 261 116 7 0 70 37 103 47 62
Binary 10100101 10110001 1001110 111 0 111000 11111 1000011 100111 110010

Color Harmonies of #A5B14E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5B14E

Black with #A5B14E

Text Example


Text Example

White with #A5B14E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5B14E; }

 p { color: rgb(165,177,78); }

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

background-color css

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

 a { background-color: rgb(165,177,78); }

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

border-color css

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

 span { border-color: rgb(165,177,78); }

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