Html Css Color HEX #AFBD5D Celery

📋 copy color: '#AFBD5D'

red 175 ◦ green 189 ◦ blue 93

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

Shades of Celery #AFBD5D

Tints of Celery #AFBD5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 20.35%

R = 38.29%
G = 41.36%
B = 20.35%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.51

 K value IS 0.26

RGB Variations

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

Color information

#AFBD5D (or 0xAFBD5D) is known color: Celery. HEX triplet: AF, BD and 5D. RGB value is (175,189,93). Sum of RGB (Red+Green+Blue) = 175+189+93=457 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.29% from 457); Green value is 189 (74.22% from 255 or 41.36% from 457); Blue value is 93 (36.72% from 255 or 20.35% from 457); Max value from RGB is 189 - color contains mainly: green. Hex color #AFBD5D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFBD5D is #5042A2. Grayscale: #AEAEAE. Windows color (decimal): -5259939 or 6143407. OLE color: 6143407.

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

Color convert

RGB 175 189 93 -
CMYK 0.07 0 0.51 0.26
HSL 68.75º 0.42% 0.55% -
HSV(B) 68.75º 0.51% 0.74% -
XYZ 37.85 46.3 17.3 -
YUV 173.87 82.36 128.81 -
System Red Green Blue C M Y K H S L
Decimal 175 189 93 0.07 0 0.51 0.26 68.75 0.42 0.55
Hex AF BD 5D 7 0 33 1A 45 2A 37
Octal 257 275 135 7 0 63 32 105 52 67
Binary 10101111 10111101 1011101 111 0 110011 11010 1000101 101010 110111

Color Harmonies of #AFBD5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBD5D

Black with #AFBD5D

Text Example


Text Example

White with #AFBD5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBD5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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