Html Css Color HEX #AFBA38 Celery

📋 copy color: '#AFBA38'

red 175 ◦ green 186 ◦ blue 56

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

Shades of Celery #AFBA38

Tints of Celery #AFBA38

RGB

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

 GREEN value IS 186 (73.05% from 255) = 44.6%

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

R = 41.97%
G = 44.6%
B = 13.43%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.70

 K value IS 0.27

RGB Variations

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

Color information

#AFBA38 (or 0xAFBA38) is known color: Celery. HEX triplet: AF, BA and 38. RGB value is (175,186,56). Sum of RGB (Red+Green+Blue) = 175+186+56=417 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.97% from 417); Green value is 186 (73.05% from 255 or 44.60% from 417); Blue value is 56 (22.27% from 255 or 13.43% from 417); Max value from RGB is 186 - color contains mainly: green. Hex color #AFBA38 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFBA38 is #5045C7. Grayscale: #A8A8A8. Windows color (decimal): -5260744 or 3717807. OLE color: 3717807.

HSL color Cylindrical-coordinate representation of color #AFBA38: hue angle of 65.08º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AFBA38 is Cyan = 0.06, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.27.

Color convert

RGB 175 186 56 -
CMYK 0.06 0 0.70 0.27
HSL 65.08º 0.54% 0.47% -
HSV(B) 65.08º 0.7% 0.73% -
XYZ 35.95 44.52 10.44 -
YUV 167.89 64.86 133.07 -
System Red Green Blue C M Y K H S L
Decimal 175 186 56 0.06 0 0.70 0.27 65.08 0.54 0.47
Hex AF BA 38 6 0 46 1B 41 36 2F
Octal 257 272 70 6 0 106 33 101 66 57
Binary 10101111 10111010 111000 110 0 1000110 11011 1000001 110110 101111

Color Harmonies of #AFBA38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBA38

Black with #AFBA38

Text Example


Text Example

White with #AFBA38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBA38; }

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

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

background-color css

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

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

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

border-color css

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

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

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