Html Css Color HEX #AFB742 Celery

📋 copy color: '#AFB742'

red 175 ◦ green 183 ◦ blue 66

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

Shades of Celery #AFB742

Tints of Celery #AFB742

RGB

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

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

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

R = 41.27%
G = 43.16%
B = 15.57%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.64

 K value IS 0.28

RGB Variations

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

Color information

#AFB742 (or 0xAFB742) is known color: Celery. HEX triplet: AF, B7 and 42. RGB value is (175,183,66). Sum of RGB (Red+Green+Blue) = 175+183+66=424 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.27% from 424); Green value is 183 (71.88% from 255 or 43.16% from 424); Blue value is 66 (26.17% from 255 or 15.57% from 424); Max value from RGB is 183 - color contains mainly: green. Hex color #AFB742 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFB742 is #5048BD. Grayscale: #A7A7A7. Windows color (decimal): -5261502 or 4372399. OLE color: 4372399.

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

Color convert

RGB 175 183 66 -
CMYK 0.04 0 0.64 0.28
HSL 64.1º 0.47% 0.49% -
HSV(B) 64.1º 0.64% 0.72% -
XYZ 35.6 43.37 11.65 -
YUV 167.27 70.85 133.51 -
System Red Green Blue C M Y K H S L
Decimal 175 183 66 0.04 0 0.64 0.28 64.1 0.47 0.49
Hex AF B7 42 4 0 40 1C 40 2F 31
Octal 257 267 102 4 0 100 34 100 57 61
Binary 10101111 10110111 1000010 100 0 1000000 11100 1000000 101111 110001

Color Harmonies of #AFB742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB742

Black with #AFB742

Text Example


Text Example

White with #AFB742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB742; }

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

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

background-color css

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

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

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

border-color css

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

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

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