Html Css Color HEX #A5B94B Celery

📋 copy color: '#A5B94B'

red 165 ◦ green 185 ◦ blue 75

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

Shades of Celery #A5B94B

Tints of Celery #A5B94B

RGB

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

 GREEN value IS 185 (72.66% from 255) = 43.53%

 BLUE value IS 75 (29.69% from 255) = 17.65%

R = 38.82%
G = 43.53%
B = 17.65%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.59

 K value IS 0.27

RGB Variations

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

Color information

#A5B94B (or 0xA5B94B) is known color: Celery. HEX triplet: A5, B9 and 4B. RGB value is (165,185,75). Sum of RGB (Red+Green+Blue) = 165+185+75=425 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.82% from 425); Green value is 185 (72.66% from 255 or 43.53% from 425); Blue value is 75 (29.69% from 255 or 17.65% from 425); Max value from RGB is 185 - color contains mainly: green. Hex color #A5B94B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5B94B is #5A46B4. Grayscale: #A6A6A6. Windows color (decimal): -5916341 or 4962725. OLE color: 4962725.

HSL color Cylindrical-coordinate representation of color #A5B94B: hue angle of 70.91º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A5B94B is Cyan = 0.11, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.27.

Color convert

RGB 165 185 75 -
CMYK 0.11 0 0.59 0.27
HSL 70.91º 0.44% 0.51% -
HSV(B) 70.91º 0.59% 0.73% -
XYZ 34.14 43.21 13.2 -
YUV 166.48 76.37 126.94 -
System Red Green Blue C M Y K H S L
Decimal 165 185 75 0.11 0 0.59 0.27 70.91 0.44 0.51
Hex A5 B9 4B B 0 3B 1B 47 2C 33
Octal 245 271 113 13 0 73 33 107 54 63
Binary 10100101 10111001 1001011 1011 0 111011 11011 1000111 101100 110011

Color Harmonies of #A5B94B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5B94B

Black with #A5B94B

Text Example


Text Example

White with #A5B94B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5B94B; }

 p { color: rgb(165,185,75); }

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

background-color css

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

 a { background-color: rgb(165,185,75); }

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

border-color css

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

 span { border-color: rgb(165,185,75); }

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