Html Css Color HEX #A5BD42 Celery

📋 copy color: '#A5BD42'

red 165 ◦ green 189 ◦ blue 66

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

Shades of Celery #A5BD42

Tints of Celery #A5BD42

RGB

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

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

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

R = 39.29%
G = 45%
B = 15.71%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.65

 K value IS 0.26

RGB Variations

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

Color information

#A5BD42 (or 0xA5BD42) is known color: Celery. HEX triplet: A5, BD and 42. RGB value is (165,189,66). Sum of RGB (Red+Green+Blue) = 165+189+66=420 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.29% from 420); Green value is 189 (74.22% from 255 or 45% from 420); Blue value is 66 (26.17% from 255 or 15.71% from 420); Max value from RGB is 189 - color contains mainly: green. Hex color #A5BD42 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5BD42 is #5A42BD. Grayscale: #A8A8A8. Windows color (decimal): -5915326 or 4373925. OLE color: 4373925.

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

Color convert

RGB 165 189 66 -
CMYK 0.13 0 0.65 0.26
HSL 71.71º 0.48% 0.5% -
HSV(B) 71.71º 0.65% 0.74% -
XYZ 34.7 44.79 11.97 -
YUV 167.8 70.55 126 -
System Red Green Blue C M Y K H S L
Decimal 165 189 66 0.13 0 0.65 0.26 71.71 0.48 0.5
Hex A5 BD 42 D 0 41 1A 48 30 32
Octal 245 275 102 15 0 101 32 110 60 62
Binary 10100101 10111101 1000010 1101 0 1000001 11010 1001000 110000 110010

Color Harmonies of #A5BD42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5BD42

Black with #A5BD42

Text Example


Text Example

White with #A5BD42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5BD42; }

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

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

background-color css

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

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

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

border-color css

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

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

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