Html Css Color HEX #AFBC34 Celery

📋 copy color: '#AFBC34'

red 175 ◦ green 188 ◦ blue 52

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

Shades of Celery #AFBC34

Tints of Celery #AFBC34

RGB

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

 GREEN value IS 188 (73.83% from 255) = 45.3%

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

R = 42.17%
G = 45.3%
B = 12.53%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.72

 K value IS 0.26

RGB Variations

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

Color information

#AFBC34 (or 0xAFBC34) is known color: Celery. HEX triplet: AF, BC and 34. RGB value is (175,188,52). Sum of RGB (Red+Green+Blue) = 175+188+52=415 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.17% from 415); Green value is 188 (73.83% from 255 or 45.30% from 415); Blue value is 52 (20.70% from 255 or 12.53% from 415); Max value from RGB is 188 - color contains mainly: green. Hex color #AFBC34 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFBC34 is #5043CB. Grayscale: #A9A9A9. Windows color (decimal): -5260236 or 3456175. OLE color: 3456175.

HSL color Cylindrical-coordinate representation of color #AFBC34: hue angle of 65.74º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AFBC34 is Cyan = 0.07, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.26.

Color convert

RGB 175 188 52 -
CMYK 0.07 0 0.72 0.26
HSL 65.74º 0.57% 0.47% -
HSV(B) 65.74º 0.72% 0.74% -
XYZ 36.28 45.33 10.09 -
YUV 168.61 62.19 132.56 -
System Red Green Blue C M Y K H S L
Decimal 175 188 52 0.07 0 0.72 0.26 65.74 0.57 0.47
Hex AF BC 34 7 0 48 1A 42 39 2F
Octal 257 274 64 7 0 110 32 102 71 57
Binary 10101111 10111100 110100 111 0 1001000 11010 1000010 111001 101111

Color Harmonies of #AFBC34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBC34

Black with #AFBC34

Text Example


Text Example

White with #AFBC34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBC34; }

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

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

background-color css

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

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

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

border-color css

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

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

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