Html Css Color HEX #ADB04B Celery

📋 copy color: '#ADB04B'

red 173 ◦ green 176 ◦ blue 75

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

Shades of Celery #ADB04B

Tints of Celery #ADB04B

RGB

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

 GREEN value IS 176 (69.14% from 255) = 41.51%

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

R = 40.8%
G = 41.51%
B = 17.69%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.57

 K value IS 0.31

RGB Variations

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

Color information

#ADB04B (or 0xADB04B) is known color: Celery. HEX triplet: AD, B0 and 4B. RGB value is (173,176,75). Sum of RGB (Red+Green+Blue) = 173+176+75=424 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.80% from 424); Green value is 176 (69.14% from 255 or 41.51% from 424); Blue value is 75 (29.69% from 255 or 17.69% from 424); Max value from RGB is 176 - color contains mainly: green. Hex color #ADB04B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADB04B is #524FB4. Grayscale: #A3A3A3. Windows color (decimal): -5394357 or 4960429. OLE color: 4960429.

HSL color Cylindrical-coordinate representation of color #ADB04B: hue angle of 61.78º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #ADB04B is Cyan = 0.02, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.31.

Color convert

RGB 173 176 75 -
CMYK 0.02 0 0.57 0.31
HSL 61.78º 0.4% 0.49% -
HSV(B) 61.78º 0.57% 0.69% -
XYZ 34.03 40.44 12.67 -
YUV 163.59 78.01 134.71 -
System Red Green Blue C M Y K H S L
Decimal 173 176 75 0.02 0 0.57 0.31 61.78 0.4 0.49
Hex AD B0 4B 2 0 39 1F 3E 28 31
Octal 255 260 113 2 0 71 37 76 50 61
Binary 10101101 10110000 1001011 10 0 111001 11111 111110 101000 110001

Color Harmonies of #ADB04B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB04B

Black with #ADB04B

Text Example


Text Example

White with #ADB04B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB04B; }

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

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

background-color css

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

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

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

border-color css

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

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

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