Html Css Color HEX #ADBD5B Celery

📋 copy color: '#ADBD5B'

red 173 ◦ green 189 ◦ blue 91

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

Shades of Celery #ADBD5B

Tints of Celery #ADBD5B

RGB

 RED value IS 173 (67.97% from 255) = 38.19%

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

 BLUE value IS 91 (35.94% from 255) = 20.09%

R = 38.19%
G = 41.72%
B = 20.09%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.52

 K value IS 0.26

RGB Variations

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

Color information

#ADBD5B (or 0xADBD5B) is known color: Celery. HEX triplet: AD, BD and 5B. RGB value is (173,189,91). Sum of RGB (Red+Green+Blue) = 173+189+91=453 (60% of max value = 765). Red value is 173 (67.97% from 255 or 38.19% from 453); Green value is 189 (74.22% from 255 or 41.72% from 453); Blue value is 91 (35.94% from 255 or 20.09% from 453); Max value from RGB is 189 - color contains mainly: green. Hex color #ADBD5B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADBD5B is #5242A4. Grayscale: #ADADAD. Windows color (decimal): -5391013 or 6012333. OLE color: 6012333.

HSL color Cylindrical-coordinate representation of color #ADBD5B: hue angle of 69.8º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #ADBD5B is Cyan = 0.08, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.26.

Color convert

RGB 173 189 91 -
CMYK 0.08 0 0.52 0.26
HSL 69.8º 0.43% 0.55% -
HSV(B) 69.8º 0.52% 0.74% -
XYZ 37.32 46.03 16.82 -
YUV 173.04 81.7 127.97 -
System Red Green Blue C M Y K H S L
Decimal 173 189 91 0.08 0 0.52 0.26 69.8 0.43 0.55
Hex AD BD 5B 8 0 34 1A 46 2B 37
Octal 255 275 133 10 0 64 32 106 53 67
Binary 10101101 10111101 1011011 1000 0 110100 11010 1000110 101011 110111

Color Harmonies of #ADBD5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADBD5B

Black with #ADBD5B

Text Example


Text Example

White with #ADBD5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADBD5B; }

 p { color: rgb(173,189,91); }

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

background-color css

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

 a { background-color: rgb(173,189,91); }

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

border-color css

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

 span { border-color: rgb(173,189,91); }

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