Html Css Color HEX #A4BD52 Celery

📋 copy color: '#A4BD52'

red 164 ◦ green 189 ◦ blue 82

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

Shades of Celery #A4BD52

Tints of Celery #A4BD52

RGB

 RED value IS 164 (64.45% from 255) = 37.7%

 GREEN value IS 189 (74.22% from 255) = 43.45%

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

R = 37.7%
G = 43.45%
B = 18.85%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.57

 K value IS 0.26

RGB Variations

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

Color information

#A4BD52 (or 0xA4BD52) is known color: Celery. HEX triplet: A4, BD and 52. RGB value is (164,189,82). Sum of RGB (Red+Green+Blue) = 164+189+82=435 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.70% from 435); Green value is 189 (74.22% from 255 or 43.45% from 435); Blue value is 82 (32.42% from 255 or 18.85% from 435); Max value from RGB is 189 - color contains mainly: green. Hex color #A4BD52 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4BD52 is #5B42AD. Grayscale: #A9A9A9. Windows color (decimal): -5980846 or 5422500. OLE color: 5422500.

HSL color Cylindrical-coordinate representation of color #A4BD52: hue angle of 74.02º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A4BD52 is Cyan = 0.13, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.26.

Color convert

RGB 164 189 82 -
CMYK 0.13 0 0.57 0.26
HSL 74.02º 0.45% 0.53% -
HSV(B) 74.02º 0.57% 0.74% -
XYZ 35.03 44.9 14.8 -
YUV 169.33 78.72 124.2 -
System Red Green Blue C M Y K H S L
Decimal 164 189 82 0.13 0 0.57 0.26 74.02 0.45 0.53
Hex A4 BD 52 D 0 39 1A 4A 2D 35
Octal 244 275 122 15 0 71 32 112 55 65
Binary 10100100 10111101 1010010 1101 0 111001 11010 1001010 101101 110101

Color Harmonies of #A4BD52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4BD52

Black with #A4BD52

Text Example


Text Example

White with #A4BD52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4BD52; }

 p { color: rgb(164,189,82); }

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

background-color css

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

 a { background-color: rgb(164,189,82); }

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

border-color css

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

 span { border-color: rgb(164,189,82); }

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