Html Css Color HEX #AFBC4B Celery

📋 copy color: '#AFBC4B'

red 175 ◦ green 188 ◦ blue 75

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

Shades of Celery #AFBC4B

Tints of Celery #AFBC4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 17.12%

R = 39.95%
G = 42.92%
B = 17.12%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.60

 K value IS 0.26

RGB Variations

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

Color information

#AFBC4B (or 0xAFBC4B) is known color: Celery. HEX triplet: AF, BC and 4B. RGB value is (175,188,75). Sum of RGB (Red+Green+Blue) = 175+188+75=438 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.95% from 438); Green value is 188 (73.83% from 255 or 42.92% from 438); Blue value is 75 (29.69% from 255 or 17.12% from 438); Max value from RGB is 188 - color contains mainly: green. Hex color #AFBC4B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFBC4B is #5043B4. Grayscale: #ABABAB. Windows color (decimal): -5260213 or 4963503. OLE color: 4963503.

HSL color Cylindrical-coordinate representation of color #AFBC4B: hue angle of 66.9º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AFBC4B is Cyan = 0.07, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.26.

Color convert

RGB 175 188 75 -
CMYK 0.07 0 0.60 0.26
HSL 66.9º 0.46% 0.52% -
HSV(B) 66.9º 0.6% 0.74% -
XYZ 36.93 45.59 13.51 -
YUV 171.23 73.69 130.69 -
System Red Green Blue C M Y K H S L
Decimal 175 188 75 0.07 0 0.60 0.26 66.9 0.46 0.52
Hex AF BC 4B 7 0 3C 1A 43 2E 34
Octal 257 274 113 7 0 74 32 103 56 64
Binary 10101111 10111100 1001011 111 0 111100 11010 1000011 101110 110100

Color Harmonies of #AFBC4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBC4B

Black with #AFBC4B

Text Example


Text Example

White with #AFBC4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBC4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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