Html Css Color HEX #AFBA45 Celery

📋 copy color: '#AFBA45'

red 175 ◦ green 186 ◦ blue 69

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

Shades of Celery #AFBA45

Tints of Celery #AFBA45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 16.05%

R = 40.7%
G = 43.26%
B = 16.05%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.63

 K value IS 0.27

RGB Variations

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

Color information

#AFBA45 (or 0xAFBA45) is known color: Celery. HEX triplet: AF, BA and 45. RGB value is (175,186,69). Sum of RGB (Red+Green+Blue) = 175+186+69=430 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.70% from 430); Green value is 186 (73.05% from 255 or 43.26% from 430); Blue value is 69 (27.34% from 255 or 16.05% from 430); Max value from RGB is 186 - color contains mainly: green. Hex color #AFBA45 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFBA45 is #5045BA. Grayscale: #A9A9A9. Windows color (decimal): -5260731 or 4569775. OLE color: 4569775.

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

Color convert

RGB 175 186 69 -
CMYK 0.06 0 0.63 0.27
HSL 65.64º 0.46% 0.5% -
HSV(B) 65.64º 0.63% 0.73% -
XYZ 36.31 44.66 12.34 -
YUV 169.37 71.36 132.01 -
System Red Green Blue C M Y K H S L
Decimal 175 186 69 0.06 0 0.63 0.27 65.64 0.46 0.5
Hex AF BA 45 6 0 3F 1B 42 2E 32
Octal 257 272 105 6 0 77 33 102 56 62
Binary 10101111 10111010 1000101 110 0 111111 11011 1000010 101110 110010

Color Harmonies of #AFBA45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBA45

Black with #AFBA45

Text Example


Text Example

White with #AFBA45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBA45; }

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

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

background-color css

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

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

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

border-color css

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

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

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