Html Css Color HEX #AFBC52 Celery

📋 copy color: '#AFBC52'

red 175 ◦ green 188 ◦ blue 82

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

Shades of Celery #AFBC52

Tints of Celery #AFBC52

RGB

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

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

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

R = 39.33%
G = 42.25%
B = 18.43%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.56

 K value IS 0.26

RGB Variations

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

Color information

#AFBC52 (or 0xAFBC52) is known color: Celery. HEX triplet: AF, BC and 52. RGB value is (175,188,82). Sum of RGB (Red+Green+Blue) = 175+188+82=445 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.33% from 445); Green value is 188 (73.83% from 255 or 42.25% from 445); Blue value is 82 (32.42% from 255 or 18.43% from 445); Max value from RGB is 188 - color contains mainly: green. Hex color #AFBC52 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFBC52 is #5043AD. Grayscale: #ACACAC. Windows color (decimal): -5260206 or 5422255. OLE color: 5422255.

HSL color Cylindrical-coordinate representation of color #AFBC52: hue angle of 67.36º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AFBC52 is Cyan = 0.07, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.26.

Color convert

RGB 175 188 82 -
CMYK 0.07 0 0.56 0.26
HSL 67.36º 0.44% 0.53% -
HSV(B) 67.36º 0.56% 0.74% -
XYZ 37.19 45.69 14.84 -
YUV 172.03 77.19 130.12 -
System Red Green Blue C M Y K H S L
Decimal 175 188 82 0.07 0 0.56 0.26 67.36 0.44 0.53
Hex AF BC 52 7 0 38 1A 43 2C 35
Octal 257 274 122 7 0 70 32 103 54 65
Binary 10101111 10111100 1010010 111 0 111000 11010 1000011 101100 110101

Color Harmonies of #AFBC52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBC52

Black with #AFBC52

Text Example


Text Example

White with #AFBC52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBC52; }

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

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

background-color css

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

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

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

border-color css

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

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

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