Html Css Color HEX #AFBC42 Celery

📋 copy color: '#AFBC42'

red 175 ◦ green 188 ◦ blue 66

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

Shades of Celery #AFBC42

Tints of Celery #AFBC42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 15.38%

R = 40.79%
G = 43.82%
B = 15.38%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.65

 K value IS 0.26

RGB Variations

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

Color information

#AFBC42 (or 0xAFBC42) is known color: Celery. HEX triplet: AF, BC and 42. RGB value is (175,188,66). Sum of RGB (Red+Green+Blue) = 175+188+66=429 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.79% from 429); Green value is 188 (73.83% from 255 or 43.82% from 429); Blue value is 66 (26.17% from 255 or 15.38% from 429); Max value from RGB is 188 - color contains mainly: green. Hex color #AFBC42 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFBC42 is #5043BD. Grayscale: #AAAAAA. Windows color (decimal): -5260222 or 4373679. OLE color: 4373679.

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

Color convert

RGB 175 188 66 -
CMYK 0.07 0 0.65 0.26
HSL 66.39º 0.48% 0.5% -
HSV(B) 66.39º 0.65% 0.74% -
XYZ 36.65 45.47 12 -
YUV 170.21 69.19 131.42 -
System Red Green Blue C M Y K H S L
Decimal 175 188 66 0.07 0 0.65 0.26 66.39 0.48 0.5
Hex AF BC 42 7 0 41 1A 42 30 32
Octal 257 274 102 7 0 101 32 102 60 62
Binary 10101111 10111100 1000010 111 0 1000001 11010 1000010 110000 110010

Color Harmonies of #AFBC42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBC42

Black with #AFBC42

Text Example


Text Example

White with #AFBC42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBC42; }

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

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

background-color css

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

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

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

border-color css

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

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

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