Html Css Color HEX #AFBC5A Celery

📋 copy color: '#AFBC5A'

red 175 ◦ green 188 ◦ blue 90

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

Shades of Celery #AFBC5A

Tints of Celery #AFBC5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 19.87%

R = 38.63%
G = 41.5%
B = 19.87%

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

#AFBC5A (or 0xAFBC5A) is known color: Celery. HEX triplet: AF, BC and 5A. RGB value is (175,188,90). Sum of RGB (Red+Green+Blue) = 175+188+90=453 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.63% from 453); Green value is 188 (73.83% from 255 or 41.50% from 453); Blue value is 90 (35.55% from 255 or 19.87% from 453); Max value from RGB is 188 - color contains mainly: green. Hex color #AFBC5A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFBC5A is #5043A5. Grayscale: #ADADAD. Windows color (decimal): -5260198 or 5946543. OLE color: 5946543.

HSL color Cylindrical-coordinate representation of color #AFBC5A: hue angle of 67.96º 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 #AFBC5A is Cyan = 0.07, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.26.

Color convert

RGB 175 188 90 -
CMYK 0.07 0 0.52 0.26
HSL 67.96º 0.42% 0.55% -
HSV(B) 67.96º 0.52% 0.74% -
XYZ 37.51 45.82 16.54 -
YUV 172.94 81.19 129.47 -
System Red Green Blue C M Y K H S L
Decimal 175 188 90 0.07 0 0.52 0.26 67.96 0.42 0.55
Hex AF BC 5A 7 0 34 1A 44 2A 37
Octal 257 274 132 7 0 64 32 104 52 67
Binary 10101111 10111100 1011010 111 0 110100 11010 1000100 101010 110111

Color Harmonies of #AFBC5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBC5A

Black with #AFBC5A

Text Example


Text Example

White with #AFBC5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBC5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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