Html Css Color HEX #ACBD28 Bahia

📋 copy color: '#ACBD28'

red 172 ◦ green 189 ◦ blue 40

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

Shades of Bahia #ACBD28

Tints of Bahia #ACBD28

RGB

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

 GREEN value IS 189 (74.22% from 255) = 47.13%

 BLUE value IS 40 (16.02% from 255) = 9.98%

R = 42.89%
G = 47.13%
B = 9.98%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.79

 K value IS 0.26

RGB Variations

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

Color information

#ACBD28 (or 0xACBD28) is known color: Bahia. HEX triplet: AC, BD and 28. RGB value is (172,189,40). Sum of RGB (Red+Green+Blue) = 172+189+40=401 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.89% from 401); Green value is 189 (74.22% from 255 or 47.13% from 401); Blue value is 40 (16.02% from 255 or 9.98% from 401); Max value from RGB is 189 - color contains mainly: green. Hex color #ACBD28 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACBD28 is #5342D7. Grayscale: #A7A7A7. Windows color (decimal): -5456600 or 2669996. OLE color: 2669996.

HSL color Cylindrical-coordinate representation of color #ACBD28: hue angle of 66.85º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #ACBD28 is Cyan = 0.09, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.26.

Color convert

RGB 172 189 40 -
CMYK 0.09 0 0.79 0.26
HSL 66.85º 0.65% 0.45% -
HSV(B) 66.85º 0.79% 0.74% -
XYZ 35.59 45.32 8.88 -
YUV 166.93 56.37 131.62 -
System Red Green Blue C M Y K H S L
Decimal 172 189 40 0.09 0 0.79 0.26 66.85 0.65 0.45
Hex AC BD 28 9 0 4F 1A 43 41 2D
Octal 254 275 50 11 0 117 32 103 101 55
Binary 10101100 10111101 101000 1001 0 1001111 11010 1000011 1000001 101101

Color Harmonies of #ACBD28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACBD28

Black with #ACBD28

Text Example


Text Example

White with #ACBD28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACBD28; }

 p { color: rgb(172,189,40); }

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

background-color css

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

 a { background-color: rgb(172,189,40); }

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

border-color css

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

 span { border-color: rgb(172,189,40); }

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