Html Css Color HEX #ADBD3C Celery

📋 copy color: '#ADBD3C'

red 173 ◦ green 189 ◦ blue 60

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

Shades of Celery #ADBD3C

Tints of Celery #ADBD3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 14.22%

R = 41%
G = 44.79%
B = 14.22%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.68

 K value IS 0.26

RGB Variations

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

Color information

#ADBD3C (or 0xADBD3C) is known color: Celery. HEX triplet: AD, BD and 3C. RGB value is (173,189,60). Sum of RGB (Red+Green+Blue) = 173+189+60=422 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.00% from 422); Green value is 189 (74.22% from 255 or 44.79% from 422); Blue value is 60 (23.83% from 255 or 14.22% from 422); Max value from RGB is 189 - color contains mainly: green. Hex color #ADBD3C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADBD3C is #5242C3. Grayscale: #AAAAAA. Windows color (decimal): -5391044 or 3980717. OLE color: 3980717.

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

Color convert

RGB 173 189 60 -
CMYK 0.08 0 0.68 0.26
HSL 67.44º 0.52% 0.49% -
HSV(B) 67.44º 0.68% 0.74% -
XYZ 36.25 45.61 11.17 -
YUV 169.51 66.2 130.49 -
System Red Green Blue C M Y K H S L
Decimal 173 189 60 0.08 0 0.68 0.26 67.44 0.52 0.49
Hex AD BD 3C 8 0 44 1A 43 34 31
Octal 255 275 74 10 0 104 32 103 64 61
Binary 10101101 10111101 111100 1000 0 1000100 11010 1000011 110100 110001

Color Harmonies of #ADBD3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADBD3C

Black with #ADBD3C

Text Example


Text Example

White with #ADBD3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADBD3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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