Html Css Color HEX #AFBB34 Celery

📋 copy color: '#AFBB34'

red 175 ◦ green 187 ◦ blue 52

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

Shades of Celery #AFBB34

Tints of Celery #AFBB34

RGB

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

 GREEN value IS 187 (73.44% from 255) = 45.17%

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

R = 42.27%
G = 45.17%
B = 12.56%

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

#AFBB34 (or 0xAFBB34) is known color: Celery. HEX triplet: AF, BB and 34. RGB value is (175,187,52). Sum of RGB (Red+Green+Blue) = 175+187+52=414 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.27% from 414); Green value is 187 (73.44% from 255 or 45.17% from 414); Blue value is 52 (20.70% from 255 or 12.56% from 414); Max value from RGB is 187 - color contains mainly: green. Hex color #AFBB34 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFBB34 is #5044CB. Grayscale: #A8A8A8. Windows color (decimal): -5260492 or 3455919. OLE color: 3455919.

HSL color Cylindrical-coordinate representation of color #AFBB34: hue angle of 65.33º 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 #AFBB34 is Cyan = 0.06, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.27.

Color convert

RGB 175 187 52 -
CMYK 0.06 0 0.72 0.27
HSL 65.33º 0.56% 0.47% -
HSV(B) 65.33º 0.72% 0.73% -
XYZ 36.07 44.9 10.01 -
YUV 168.02 62.52 132.98 -
System Red Green Blue C M Y K H S L
Decimal 175 187 52 0.06 0 0.72 0.27 65.33 0.56 0.47
Hex AF BB 34 6 0 48 1B 41 38 2F
Octal 257 273 64 6 0 110 33 101 70 57
Binary 10101111 10111011 110100 110 0 1001000 11011 1000001 111000 101111

Color Harmonies of #AFBB34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBB34

Black with #AFBB34

Text Example


Text Example

White with #AFBB34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBB34; }

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

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

background-color css

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

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

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

border-color css

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

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

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