Html Css Color HEX #AFB752 Celery

📋 copy color: '#AFB752'

red 175 ◦ green 183 ◦ blue 82

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

Shades of Celery #AFB752

Tints of Celery #AFB752

RGB

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

 GREEN value IS 183 (71.88% from 255) = 41.59%

 BLUE value IS 82 (32.42% from 255) = 18.64%

R = 39.77%
G = 41.59%
B = 18.64%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.55

 K value IS 0.28

RGB Variations

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

Color information

#AFB752 (or 0xAFB752) is known color: Celery. HEX triplet: AF, B7 and 52. RGB value is (175,183,82). Sum of RGB (Red+Green+Blue) = 175+183+82=440 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.77% from 440); Green value is 183 (71.88% from 255 or 41.59% from 440); Blue value is 82 (32.42% from 255 or 18.64% from 440); Max value from RGB is 183 - color contains mainly: green. Hex color #AFB752 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFB752 is #5048AD. Grayscale: #A9A9A9. Windows color (decimal): -5261486 or 5420975. OLE color: 5420975.

HSL color Cylindrical-coordinate representation of color #AFB752: hue angle of 64.75º degrees, saturation: 0.41, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AFB752 is Cyan = 0.04, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.28.

Color convert

RGB 175 183 82 -
CMYK 0.04 0 0.55 0.28
HSL 64.75º 0.41% 0.52% -
HSV(B) 64.75º 0.55% 0.72% -
XYZ 36.14 43.59 14.49 -
YUV 169.09 78.85 132.21 -
System Red Green Blue C M Y K H S L
Decimal 175 183 82 0.04 0 0.55 0.28 64.75 0.41 0.52
Hex AF B7 52 4 0 37 1C 41 29 34
Octal 257 267 122 4 0 67 34 101 51 64
Binary 10101111 10110111 1010010 100 0 110111 11100 1000001 101001 110100

Color Harmonies of #AFB752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB752

Black with #AFB752

Text Example


Text Example

White with #AFB752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB752; }

 p { color: rgb(175,183,82); }

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

background-color css

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

 a { background-color: rgb(175,183,82); }

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

border-color css

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

 span { border-color: rgb(175,183,82); }

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