Html Css Color HEX #AFBC5B Celery

📋 copy color: '#AFBC5B'

red 175 ◦ green 188 ◦ blue 91

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

Shades of Celery #AFBC5B

Tints of Celery #AFBC5B

RGB

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

 GREEN value IS 188 (73.83% from 255) = 41.41%

 BLUE value IS 91 (35.94% from 255) = 20.04%

R = 38.55%
G = 41.41%
B = 20.04%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.52

 K value IS 0.26

RGB Variations

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

Color information

#AFBC5B (or 0xAFBC5B) is known color: Celery. HEX triplet: AF, BC and 5B. RGB value is (175,188,91). Sum of RGB (Red+Green+Blue) = 175+188+91=454 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.55% from 454); Green value is 188 (73.83% from 255 or 41.41% from 454); Blue value is 91 (35.94% from 255 or 20.04% from 454); Max value from RGB is 188 - color contains mainly: green. Hex color #AFBC5B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFBC5B is #5043A4. Grayscale: #ADADAD. Windows color (decimal): -5260197 or 6012079. OLE color: 6012079.

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

Color convert

RGB 175 188 91 -
CMYK 0.07 0 0.52 0.26
HSL 68.04º 0.42% 0.55% -
HSV(B) 68.04º 0.52% 0.74% -
XYZ 37.55 45.84 16.77 -
YUV 173.06 81.69 129.39 -
System Red Green Blue C M Y K H S L
Decimal 175 188 91 0.07 0 0.52 0.26 68.04 0.42 0.55
Hex AF BC 5B 7 0 34 1A 44 2A 37
Octal 257 274 133 7 0 64 32 104 52 67
Binary 10101111 10111100 1011011 111 0 110100 11010 1000100 101010 110111

Color Harmonies of #AFBC5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBC5B

Black with #AFBC5B

Text Example


Text Example

White with #AFBC5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBC5B; }

 p { color: rgb(175,188,91); }

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

background-color css

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

 a { background-color: rgb(175,188,91); }

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

border-color css

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

 span { border-color: rgb(175,188,91); }

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