Html Css Color HEX #AFBD4D Celery

📋 copy color: '#AFBD4D'

red 175 ◦ green 189 ◦ blue 77

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

Shades of Celery #AFBD4D

Tints of Celery #AFBD4D

RGB

 RED value IS 175 (68.75% from 255) = 39.68%

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

 BLUE value IS 77 (30.47% from 255) = 17.46%

R = 39.68%
G = 42.86%
B = 17.46%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.59

 K value IS 0.26

RGB Variations

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

Color information

#AFBD4D (or 0xAFBD4D) is known color: Celery. HEX triplet: AF, BD and 4D. RGB value is (175,189,77). Sum of RGB (Red+Green+Blue) = 175+189+77=441 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.68% from 441); Green value is 189 (74.22% from 255 or 42.86% from 441); Blue value is 77 (30.47% from 255 or 17.46% from 441); Max value from RGB is 189 - color contains mainly: green. Hex color #AFBD4D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFBD4D is #5042B2. Grayscale: #ACACAC. Windows color (decimal): -5259955 or 5094831. OLE color: 5094831.

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

Color convert

RGB 175 189 77 -
CMYK 0.07 0 0.59 0.26
HSL 67.5º 0.46% 0.52% -
HSV(B) 67.5º 0.59% 0.74% -
XYZ 37.22 46.04 13.95 -
YUV 172.05 74.36 130.11 -
System Red Green Blue C M Y K H S L
Decimal 175 189 77 0.07 0 0.59 0.26 67.5 0.46 0.52
Hex AF BD 4D 7 0 3B 1A 44 2E 34
Octal 257 275 115 7 0 73 32 104 56 64
Binary 10101111 10111101 1001101 111 0 111011 11010 1000100 101110 110100

Color Harmonies of #AFBD4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBD4D

Black with #AFBD4D

Text Example


Text Example

White with #AFBD4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBD4D; }

 p { color: rgb(175,189,77); }

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

background-color css

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

 a { background-color: rgb(175,189,77); }

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

border-color css

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

 span { border-color: rgb(175,189,77); }

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