Html Css Color HEX #AFBE55 Celery

📋 copy color: '#AFBE55'

red 175 ◦ green 190 ◦ blue 85

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

Shades of Celery #AFBE55

Tints of Celery #AFBE55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 18.89%

R = 38.89%
G = 42.22%
B = 18.89%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.55

 K value IS 0.25

RGB Variations

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

Color information

#AFBE55 (or 0xAFBE55) is known color: Celery. HEX triplet: AF, BE and 55. RGB value is (175,190,85). Sum of RGB (Red+Green+Blue) = 175+190+85=450 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.89% from 450); Green value is 190 (74.61% from 255 or 42.22% from 450); Blue value is 85 (33.59% from 255 or 18.89% from 450); Max value from RGB is 190 - color contains mainly: green. Hex color #AFBE55 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFBE55 is #5041AA. Grayscale: #ADADAD. Windows color (decimal): -5259691 or 5619375. OLE color: 5619375.

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

Color convert

RGB 175 190 85 -
CMYK 0.08 0 0.55 0.25
HSL 68.57º 0.45% 0.54% -
HSV(B) 68.57º 0.55% 0.75% -
XYZ 37.73 46.6 15.6 -
YUV 173.55 78.03 129.04 -
System Red Green Blue C M Y K H S L
Decimal 175 190 85 0.08 0 0.55 0.25 68.57 0.45 0.54
Hex AF BE 55 8 0 37 19 45 2D 36
Octal 257 276 125 10 0 67 31 105 55 66
Binary 10101111 10111110 1010101 1000 0 110111 11001 1000101 101101 110110

Color Harmonies of #AFBE55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBE55

Black with #AFBE55

Text Example


Text Example

White with #AFBE55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBE55; }

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

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

background-color css

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

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

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

border-color css

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

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

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