Html Css Color HEX #ACBC4B Celery

📋 copy color: '#ACBC4B'

red 172 ◦ green 188 ◦ blue 75

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

Shades of Celery #ACBC4B

Tints of Celery #ACBC4B

RGB

 RED value IS 172 (67.58% from 255) = 39.54%

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

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

R = 39.54%
G = 43.22%
B = 17.24%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.60

 K value IS 0.26

RGB Variations

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

Color information

#ACBC4B (or 0xACBC4B) is known color: Celery. HEX triplet: AC, BC and 4B. RGB value is (172,188,75). Sum of RGB (Red+Green+Blue) = 172+188+75=435 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.54% from 435); Green value is 188 (73.83% from 255 or 43.22% from 435); Blue value is 75 (29.69% from 255 or 17.24% from 435); Max value from RGB is 188 - color contains mainly: green. Hex color #ACBC4B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACBC4B is #5343B4. Grayscale: #AAAAAA. Windows color (decimal): -5456821 or 4963500. OLE color: 4963500.

HSL color Cylindrical-coordinate representation of color #ACBC4B: hue angle of 68.5º 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 #ACBC4B is Cyan = 0.09, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.26.

Color convert

RGB 172 188 75 -
CMYK 0.09 0 0.60 0.26
HSL 68.5º 0.46% 0.52% -
HSV(B) 68.5º 0.6% 0.74% -
XYZ 36.27 45.25 13.48 -
YUV 170.33 74.2 129.19 -
System Red Green Blue C M Y K H S L
Decimal 172 188 75 0.09 0 0.60 0.26 68.5 0.46 0.52
Hex AC BC 4B 9 0 3C 1A 44 2E 34
Octal 254 274 113 11 0 74 32 104 56 64
Binary 10101100 10111100 1001011 1001 0 111100 11010 1000100 101110 110100

Color Harmonies of #ACBC4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACBC4B

Black with #ACBC4B

Text Example


Text Example

White with #ACBC4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACBC4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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