Html Css Color HEX #A5B542 Celery

📋 copy color: '#A5B542'

red 165 ◦ green 181 ◦ blue 66

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

Shades of Celery #A5B542

Tints of Celery #A5B542

RGB

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

 GREEN value IS 181 (71.09% from 255) = 43.93%

 BLUE value IS 66 (26.17% from 255) = 16.02%

R = 40.05%
G = 43.93%
B = 16.02%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.64

 K value IS 0.29

RGB Variations

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

Color information

#A5B542 (or 0xA5B542) is known color: Celery. HEX triplet: A5, B5 and 42. RGB value is (165,181,66). Sum of RGB (Red+Green+Blue) = 165+181+66=412 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.05% from 412); Green value is 181 (71.09% from 255 or 43.93% from 412); Blue value is 66 (26.17% from 255 or 16.02% from 412); Max value from RGB is 181 - color contains mainly: green. Hex color #A5B542 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5B542 is #5A4ABD. Grayscale: #A3A3A3. Windows color (decimal): -5917374 or 4371877. OLE color: 4371877.

HSL color Cylindrical-coordinate representation of color #A5B542: hue angle of 68.35º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A5B542 is Cyan = 0.09, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.29.

Color convert

RGB 165 181 66 -
CMYK 0.09 0 0.64 0.29
HSL 68.35º 0.47% 0.48% -
HSV(B) 68.35º 0.64% 0.71% -
XYZ 33.02 41.44 11.41 -
YUV 163.11 73.2 129.35 -
System Red Green Blue C M Y K H S L
Decimal 165 181 66 0.09 0 0.64 0.29 68.35 0.47 0.48
Hex A5 B5 42 9 0 40 1D 44 2F 30
Octal 245 265 102 11 0 100 35 104 57 60
Binary 10100101 10110101 1000010 1001 0 1000000 11101 1000100 101111 110000

Color Harmonies of #A5B542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5B542

Black with #A5B542

Text Example


Text Example

White with #A5B542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5B542; }

 p { color: rgb(165,181,66); }

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

background-color css

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

 a { background-color: rgb(165,181,66); }

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

border-color css

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

 span { border-color: rgb(165,181,66); }

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