Html Css Color HEX #AFBA3A Celery

📋 copy color: '#AFBA3A'

red 175 ◦ green 186 ◦ blue 58

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

Shades of Celery #AFBA3A

Tints of Celery #AFBA3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 13.84%

R = 41.77%
G = 44.39%
B = 13.84%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.69

 K value IS 0.27

RGB Variations

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

Color information

#AFBA3A (or 0xAFBA3A) is known color: Celery. HEX triplet: AF, BA and 3A. RGB value is (175,186,58). Sum of RGB (Red+Green+Blue) = 175+186+58=419 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.77% from 419); Green value is 186 (73.05% from 255 or 44.39% from 419); Blue value is 58 (23.05% from 255 or 13.84% from 419); Max value from RGB is 186 - color contains mainly: green. Hex color #AFBA3A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFBA3A is #5045C5. Grayscale: #A8A8A8. Windows color (decimal): -5260742 or 3848879. OLE color: 3848879.

HSL color Cylindrical-coordinate representation of color #AFBA3A: hue angle of 65.16º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AFBA3A is Cyan = 0.06, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.27.

Color convert

RGB 175 186 58 -
CMYK 0.06 0 0.69 0.27
HSL 65.16º 0.52% 0.48% -
HSV(B) 65.16º 0.69% 0.73% -
XYZ 36 44.54 10.7 -
YUV 168.12 65.86 132.91 -
System Red Green Blue C M Y K H S L
Decimal 175 186 58 0.06 0 0.69 0.27 65.16 0.52 0.48
Hex AF BA 3A 6 0 45 1B 41 34 30
Octal 257 272 72 6 0 105 33 101 64 60
Binary 10101111 10111010 111010 110 0 1000101 11011 1000001 110100 110000

Color Harmonies of #AFBA3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBA3A

Black with #AFBA3A

Text Example


Text Example

White with #AFBA3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBA3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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