Html Css Color HEX #ADBA4B Celery

📋 copy color: '#ADBA4B'

red 173 ◦ green 186 ◦ blue 75

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

Shades of Celery #ADBA4B

Tints of Celery #ADBA4B

RGB

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

 GREEN value IS 186 (73.05% from 255) = 42.86%

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

R = 39.86%
G = 42.86%
B = 17.28%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.60

 K value IS 0.27

RGB Variations

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

Color information

#ADBA4B (or 0xADBA4B) is known color: Celery. HEX triplet: AD, BA and 4B. RGB value is (173,186,75). Sum of RGB (Red+Green+Blue) = 173+186+75=434 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.86% from 434); Green value is 186 (73.05% from 255 or 42.86% from 434); Blue value is 75 (29.69% from 255 or 17.28% from 434); Max value from RGB is 186 - color contains mainly: green. Hex color #ADBA4B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADBA4B is #5245B4. Grayscale: #A9A9A9. Windows color (decimal): -5391797 or 4962989. OLE color: 4962989.

HSL color Cylindrical-coordinate representation of color #ADBA4B: hue angle of 67.03º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #ADBA4B is Cyan = 0.07, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.27.

Color convert

RGB 173 186 75 -
CMYK 0.07 0 0.60 0.27
HSL 67.03º 0.45% 0.51% -
HSV(B) 67.03º 0.6% 0.73% -
XYZ 36.06 44.51 13.35 -
YUV 169.46 74.69 130.53 -
System Red Green Blue C M Y K H S L
Decimal 173 186 75 0.07 0 0.60 0.27 67.03 0.45 0.51
Hex AD BA 4B 7 0 3C 1B 43 2D 33
Octal 255 272 113 7 0 74 33 103 55 63
Binary 10101101 10111010 1001011 111 0 111100 11011 1000011 101101 110011

Color Harmonies of #ADBA4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADBA4B

Black with #ADBA4B

Text Example


Text Example

White with #ADBA4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADBA4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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