Html Css Color HEX #ADBD4B Celery

📋 copy color: '#ADBD4B'

red 173 ◦ green 189 ◦ blue 75

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

Shades of Celery #ADBD4B

Tints of Celery #ADBD4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 17.16%

R = 39.59%
G = 43.25%
B = 17.16%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.60

 K value IS 0.26

RGB Variations

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

Color information

#ADBD4B (or 0xADBD4B) is known color: Celery. HEX triplet: AD, BD and 4B. RGB value is (173,189,75). Sum of RGB (Red+Green+Blue) = 173+189+75=437 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.59% from 437); Green value is 189 (74.22% from 255 or 43.25% from 437); Blue value is 75 (29.69% from 255 or 17.16% from 437); Max value from RGB is 189 - color contains mainly: green. Hex color #ADBD4B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADBD4B is #5242B4. Grayscale: #ABABAB. Windows color (decimal): -5391029 or 4963757. OLE color: 4963757.

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

Color convert

RGB 173 189 75 -
CMYK 0.08 0 0.60 0.26
HSL 68.42º 0.46% 0.52% -
HSV(B) 68.42º 0.6% 0.74% -
XYZ 36.7 45.79 13.56 -
YUV 171.22 73.7 129.27 -
System Red Green Blue C M Y K H S L
Decimal 173 189 75 0.08 0 0.60 0.26 68.42 0.46 0.52
Hex AD BD 4B 8 0 3C 1A 44 2E 34
Octal 255 275 113 10 0 74 32 104 56 64
Binary 10101101 10111101 1001011 1000 0 111100 11010 1000100 101110 110100

Color Harmonies of #ADBD4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADBD4B

Black with #ADBD4B

Text Example


Text Example

White with #ADBD4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADBD4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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