Html Css Color HEX #AFB952 Celery

📋 copy color: '#AFB952'

red 175 ◦ green 185 ◦ blue 82

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

Shades of Celery #AFB952

Tints of Celery #AFB952

RGB

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

 GREEN value IS 185 (72.66% from 255) = 41.86%

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

R = 39.59%
G = 41.86%
B = 18.55%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.56

 K value IS 0.27

RGB Variations

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

Color information

#AFB952 (or 0xAFB952) is known color: Celery. HEX triplet: AF, B9 and 52. RGB value is (175,185,82). Sum of RGB (Red+Green+Blue) = 175+185+82=442 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.59% from 442); Green value is 185 (72.66% from 255 or 41.86% from 442); Blue value is 82 (32.42% from 255 or 18.55% from 442); Max value from RGB is 185 - color contains mainly: green. Hex color #AFB952 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFB952 is #5046AD. Grayscale: #AAAAAA. Windows color (decimal): -5260974 or 5421487. OLE color: 5421487.

HSL color Cylindrical-coordinate representation of color #AFB952: hue angle of 65.83º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AFB952 is Cyan = 0.05, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.27.

Color convert

RGB 175 185 82 -
CMYK 0.05 0 0.56 0.27
HSL 65.83º 0.42% 0.52% -
HSV(B) 65.83º 0.56% 0.73% -
XYZ 36.55 44.42 14.63 -
YUV 170.27 78.19 131.38 -
System Red Green Blue C M Y K H S L
Decimal 175 185 82 0.05 0 0.56 0.27 65.83 0.42 0.52
Hex AF B9 52 5 0 38 1B 42 2A 34
Octal 257 271 122 5 0 70 33 102 52 64
Binary 10101111 10111001 1010010 101 0 111000 11011 1000010 101010 110100

Color Harmonies of #AFB952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB952

Black with #AFB952

Text Example


Text Example

White with #AFB952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB952; }

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

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

background-color css

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

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

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

border-color css

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

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

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