Html Css Color HEX #AFBB3F Celery

📋 copy color: '#AFBB3F'

red 175 ◦ green 187 ◦ blue 63

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

Shades of Celery #AFBB3F

Tints of Celery #AFBB3F

RGB

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

 GREEN value IS 187 (73.44% from 255) = 44%

 BLUE value IS 63 (25% from 255) = 14.82%

R = 41.18%
G = 44%
B = 14.82%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#AFBB3F (or 0xAFBB3F) is known color: Celery. HEX triplet: AF, BB and 3F. RGB value is (175,187,63). Sum of RGB (Red+Green+Blue) = 175+187+63=425 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.18% from 425); Green value is 187 (73.44% from 255 or 44% from 425); Blue value is 63 (25% from 255 or 14.82% from 425); Max value from RGB is 187 - color contains mainly: green. Hex color #AFBB3F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFBB3F is #5044C0. Grayscale: #A9A9A9. Windows color (decimal): -5260481 or 4176815. OLE color: 4176815.

HSL color Cylindrical-coordinate representation of color #AFBB3F: hue angle of 65.81º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AFBB3F is Cyan = 0.06, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.27.

Color convert

RGB 175 187 63 -
CMYK 0.06 0 0.66 0.27
HSL 65.81º 0.5% 0.49% -
HSV(B) 65.81º 0.66% 0.73% -
XYZ 36.35 45.01 11.48 -
YUV 169.28 68.02 132.08 -
System Red Green Blue C M Y K H S L
Decimal 175 187 63 0.06 0 0.66 0.27 65.81 0.5 0.49
Hex AF BB 3F 6 0 42 1B 42 32 31
Octal 257 273 77 6 0 102 33 102 62 61
Binary 10101111 10111011 111111 110 0 1000010 11011 1000010 110010 110001

Color Harmonies of #AFBB3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBB3F

Black with #AFBB3F

Text Example


Text Example

White with #AFBB3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBB3F; }

 p { color: rgb(175,187,63); }

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

background-color css

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

 a { background-color: rgb(175,187,63); }

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

border-color css

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

 span { border-color: rgb(175,187,63); }

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