Html Css Color HEX #AFB738 Celery

📋 copy color: '#AFB738'

red 175 ◦ green 183 ◦ blue 56

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

Shades of Celery #AFB738

Tints of Celery #AFB738

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 13.53%

R = 42.27%
G = 44.2%
B = 13.53%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.69

 K value IS 0.28

RGB Variations

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

Color information

#AFB738 (or 0xAFB738) is known color: Celery. HEX triplet: AF, B7 and 38. RGB value is (175,183,56). Sum of RGB (Red+Green+Blue) = 175+183+56=414 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.27% from 414); Green value is 183 (71.88% from 255 or 44.20% from 414); Blue value is 56 (22.27% from 255 or 13.53% from 414); Max value from RGB is 183 - color contains mainly: green. Hex color #AFB738 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFB738 is #5048C7. Grayscale: #A6A6A6. Windows color (decimal): -5261512 or 3717039. OLE color: 3717039.

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

Color convert

RGB 175 183 56 -
CMYK 0.04 0 0.69 0.28
HSL 63.78º 0.53% 0.47% -
HSV(B) 63.78º 0.69% 0.72% -
XYZ 35.33 43.27 10.23 -
YUV 166.13 65.85 134.33 -
System Red Green Blue C M Y K H S L
Decimal 175 183 56 0.04 0 0.69 0.28 63.78 0.53 0.47
Hex AF B7 38 4 0 45 1C 40 35 2F
Octal 257 267 70 4 0 105 34 100 65 57
Binary 10101111 10110111 111000 100 0 1000101 11100 1000000 110101 101111

Color Harmonies of #AFB738

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB738

Black with #AFB738

Text Example


Text Example

White with #AFB738

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB738; }

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

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

background-color css

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

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

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

border-color css

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

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

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