Html Css Color HEX #AFBA34 Celery

📋 copy color: '#AFBA34'

red 175 ◦ green 186 ◦ blue 52

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

Shades of Celery #AFBA34

Tints of Celery #AFBA34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 12.59%

R = 42.37%
G = 45.04%
B = 12.59%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.72

 K value IS 0.27

RGB Variations

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

Color information

#AFBA34 (or 0xAFBA34) is known color: Celery. HEX triplet: AF, BA and 34. RGB value is (175,186,52). Sum of RGB (Red+Green+Blue) = 175+186+52=413 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.37% from 413); Green value is 186 (73.05% from 255 or 45.04% from 413); Blue value is 52 (20.70% from 255 or 12.59% from 413); Max value from RGB is 186 - color contains mainly: green. Hex color #AFBA34 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFBA34 is #5045CB. Grayscale: #A7A7A7. Windows color (decimal): -5260748 or 3455663. OLE color: 3455663.

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

Color convert

RGB 175 186 52 -
CMYK 0.06 0 0.72 0.27
HSL 64.93º 0.56% 0.47% -
HSV(B) 64.93º 0.72% 0.73% -
XYZ 35.86 44.48 9.94 -
YUV 167.44 62.86 133.4 -
System Red Green Blue C M Y K H S L
Decimal 175 186 52 0.06 0 0.72 0.27 64.93 0.56 0.47
Hex AF BA 34 6 0 48 1B 41 38 2F
Octal 257 272 64 6 0 110 33 101 70 57
Binary 10101111 10111010 110100 110 0 1001000 11011 1000001 111000 101111

Color Harmonies of #AFBA34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBA34

Black with #AFBA34

Text Example


Text Example

White with #AFBA34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBA34; }

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

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

background-color css

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

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

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

border-color css

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

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

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