Html Css Color HEX #AFBE5C Celery

📋 copy color: '#AFBE5C'

red 175 ◦ green 190 ◦ blue 92

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

Shades of Celery #AFBE5C

Tints of Celery #AFBE5C

RGB

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

 GREEN value IS 190 (74.61% from 255) = 41.58%

 BLUE value IS 92 (36.33% from 255) = 20.13%

R = 38.29%
G = 41.58%
B = 20.13%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.52

 K value IS 0.25

RGB Variations

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

Color information

#AFBE5C (or 0xAFBE5C) is known color: Celery. HEX triplet: AF, BE and 5C. RGB value is (175,190,92). Sum of RGB (Red+Green+Blue) = 175+190+92=457 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.29% from 457); Green value is 190 (74.61% from 255 or 41.58% from 457); Blue value is 92 (36.33% from 255 or 20.13% from 457); Max value from RGB is 190 - color contains mainly: green. Hex color #AFBE5C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFBE5C is #5041A3. Grayscale: #AEAEAE. Windows color (decimal): -5259684 or 6078127. OLE color: 6078127.

HSL color Cylindrical-coordinate representation of color #AFBE5C: hue angle of 69.18º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AFBE5C is Cyan = 0.08, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.25.

Color convert

RGB 175 190 92 -
CMYK 0.08 0 0.52 0.25
HSL 69.18º 0.43% 0.55% -
HSV(B) 69.18º 0.52% 0.75% -
XYZ 38.02 46.71 17.14 -
YUV 174.34 81.53 128.47 -
System Red Green Blue C M Y K H S L
Decimal 175 190 92 0.08 0 0.52 0.25 69.18 0.43 0.55
Hex AF BE 5C 8 0 34 19 45 2B 37
Octal 257 276 134 10 0 64 31 105 53 67
Binary 10101111 10111110 1011100 1000 0 110100 11001 1000101 101011 110111

Color Harmonies of #AFBE5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBE5C

Black with #AFBE5C

Text Example


Text Example

White with #AFBE5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBE5C; }

 p { color: rgb(175,190,92); }

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

background-color css

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

 a { background-color: rgb(175,190,92); }

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

border-color css

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

 span { border-color: rgb(175,190,92); }

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