Html Css Color HEX #ACBC27 Bahia

📋 copy color: '#ACBC27'

red 172 ◦ green 188 ◦ blue 39

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

Shades of Bahia #ACBC27

Tints of Bahia #ACBC27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 9.77%

R = 43.11%
G = 47.12%
B = 9.77%

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

#ACBC27 (or 0xACBC27) is known color: Bahia. HEX triplet: AC, BC and 27. RGB value is (172,188,39). Sum of RGB (Red+Green+Blue) = 172+188+39=399 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.11% from 399); Green value is 188 (73.83% from 255 or 47.12% from 399); Blue value is 39 (15.62% from 255 or 9.77% from 399); Max value from RGB is 188 - color contains mainly: green. Hex color #ACBC27 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACBC27 is #5343D8. Grayscale: #A6A6A6. Windows color (decimal): -5456857 or 2604204. OLE color: 2604204.

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

Color convert

RGB 172 188 39 -
CMYK 0.09 0 0.79 0.26
HSL 66.44º 0.66% 0.45% -
HSV(B) 66.44º 0.79% 0.74% -
XYZ 35.36 44.88 8.72 -
YUV 166.23 56.2 132.12 -
System Red Green Blue C M Y K H S L
Decimal 172 188 39 0.09 0 0.79 0.26 66.44 0.66 0.45
Hex AC BC 27 9 0 4F 1A 42 42 2D
Octal 254 274 47 11 0 117 32 102 102 55
Binary 10101100 10111100 100111 1001 0 1001111 11010 1000010 1000010 101101

Color Harmonies of #ACBC27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACBC27

Black with #ACBC27

Text Example


Text Example

White with #ACBC27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACBC27; }

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

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

background-color css

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

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

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

border-color css

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

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

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