Html Css Color HEX #A5B452 Celery

📋 copy color: '#A5B452'

red 165 ◦ green 180 ◦ blue 82

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

Shades of Celery #A5B452

Tints of Celery #A5B452

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 19.2%

R = 38.64%
G = 42.15%
B = 19.2%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.54

 K value IS 0.29

RGB Variations

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

Color information

#A5B452 (or 0xA5B452) is known color: Celery. HEX triplet: A5, B4 and 52. RGB value is (165,180,82). Sum of RGB (Red+Green+Blue) = 165+180+82=427 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.64% from 427); Green value is 180 (70.70% from 255 or 42.15% from 427); Blue value is 82 (32.42% from 255 or 19.20% from 427); Max value from RGB is 180 - color contains mainly: green. Hex color #A5B452 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5B452 is #5A4BAD. Grayscale: #A4A4A4. Windows color (decimal): -5917614 or 5420197. OLE color: 5420197.

HSL color Cylindrical-coordinate representation of color #A5B452: hue angle of 69.18º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A5B452 is Cyan = 0.08, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.29.

Color convert

RGB 165 180 82 -
CMYK 0.08 0 0.54 0.29
HSL 69.18º 0.4% 0.51% -
HSV(B) 69.18º 0.54% 0.71% -
XYZ 33.36 41.25 14.19 -
YUV 164.34 81.53 128.47 -
System Red Green Blue C M Y K H S L
Decimal 165 180 82 0.08 0 0.54 0.29 69.18 0.4 0.51
Hex A5 B4 52 8 0 36 1D 45 28 33
Octal 245 264 122 10 0 66 35 105 50 63
Binary 10100101 10110100 1010010 1000 0 110110 11101 1000101 101000 110011

Color Harmonies of #A5B452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5B452

Black with #A5B452

Text Example


Text Example

White with #A5B452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5B452; }

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

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

background-color css

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

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

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

border-color css

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

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

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