Html Css Color HEX #ACBC1F Bahia

📋 copy color: '#ACBC1F'

red 172 ◦ green 188 ◦ blue 31

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

Shades of Bahia #ACBC1F

Tints of Bahia #ACBC1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 7.93%

R = 43.99%
G = 48.08%
B = 7.93%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.84

 K value IS 0.26

RGB Variations

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

Color information

#ACBC1F (or 0xACBC1F) is known color: Bahia. HEX triplet: AC, BC and 1F. RGB value is (172,188,31). Sum of RGB (Red+Green+Blue) = 172+188+31=391 (51% of max value = 765). Red value is 172 (67.58% from 255 or 43.99% from 391); Green value is 188 (73.83% from 255 or 48.08% from 391); Blue value is 31 (12.5% from 255 or 7.93% from 391); Max value from RGB is 188 - color contains mainly: green. Hex color #ACBC1F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACBC1F is #5343E0. Grayscale: #A5A5A5. Windows color (decimal): -5456865 or 2079916. OLE color: 2079916.

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

Color convert

RGB 172 188 31 -
CMYK 0.09 0 0.84 0.26
HSL 66.11º 0.72% 0.43% -
HSV(B) 66.11º 0.84% 0.74% -
XYZ 35.24 44.84 8.09 -
YUV 165.32 52.2 132.77 -
System Red Green Blue C M Y K H S L
Decimal 172 188 31 0.09 0 0.84 0.26 66.11 0.72 0.43
Hex AC BC 1F 9 0 54 1A 42 48 2B
Octal 254 274 37 11 0 124 32 102 110 53
Binary 10101100 10111100 11111 1001 0 1010100 11010 1000010 1001000 101011

Color Harmonies of #ACBC1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACBC1F

Black with #ACBC1F

Text Example


Text Example

White with #ACBC1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACBC1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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