Html Css Color HEX #A5B448 Celery

📋 copy color: '#A5B448'

red 165 ◦ green 180 ◦ blue 72

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

Shades of Celery #A5B448

Tints of Celery #A5B448

RGB

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

 GREEN value IS 180 (70.7% from 255) = 43.17%

 BLUE value IS 72 (28.52% from 255) = 17.27%

R = 39.57%
G = 43.17%
B = 17.27%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.60

 K value IS 0.29

RGB Variations

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

Color information

#A5B448 (or 0xA5B448) is known color: Celery. HEX triplet: A5, B4 and 48. RGB value is (165,180,72). Sum of RGB (Red+Green+Blue) = 165+180+72=417 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.57% from 417); Green value is 180 (70.70% from 255 or 43.17% from 417); Blue value is 72 (28.52% from 255 or 17.27% from 417); Max value from RGB is 180 - color contains mainly: green. Hex color #A5B448 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5B448 is #5A4BB7. Grayscale: #A3A3A3. Windows color (decimal): -5917624 or 4764837. OLE color: 4764837.

HSL color Cylindrical-coordinate representation of color #A5B448: hue angle of 68.33º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A5B448 is Cyan = 0.08, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.29.

Color convert

RGB 165 180 72 -
CMYK 0.08 0 0.60 0.29
HSL 68.33º 0.43% 0.49% -
HSV(B) 68.33º 0.6% 0.71% -
XYZ 33.01 41.11 12.33 -
YUV 163.2 76.53 129.28 -
System Red Green Blue C M Y K H S L
Decimal 165 180 72 0.08 0 0.60 0.29 68.33 0.43 0.49
Hex A5 B4 48 8 0 3C 1D 44 2B 31
Octal 245 264 110 10 0 74 35 104 53 61
Binary 10100101 10110100 1001000 1000 0 111100 11101 1000100 101011 110001

Color Harmonies of #A5B448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5B448

Black with #A5B448

Text Example


Text Example

White with #A5B448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5B448; }

 p { color: rgb(165,180,72); }

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

background-color css

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

 a { background-color: rgb(165,180,72); }

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

border-color css

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

 span { border-color: rgb(165,180,72); }

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