Html Css Color HEX #ACBC1B Bahia

📋 copy color: '#ACBC1B'

red 172 ◦ green 188 ◦ blue 27

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

Shades of Bahia #ACBC1B

Tints of Bahia #ACBC1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 6.98%

R = 44.44%
G = 48.58%
B = 6.98%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.86

 K value IS 0.26

RGB Variations

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

Color information

#ACBC1B (or 0xACBC1B) is known color: Bahia. HEX triplet: AC, BC and 1B. RGB value is (172,188,27). Sum of RGB (Red+Green+Blue) = 172+188+27=387 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.44% from 387); Green value is 188 (73.83% from 255 or 48.58% from 387); Blue value is 27 (10.94% from 255 or 6.98% from 387); Max value from RGB is 188 - color contains mainly: green. Hex color #ACBC1B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACBC1B is #5343E4. Grayscale: #A5A5A5. Windows color (decimal): -5456869 or 1817772. OLE color: 1817772.

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

Color convert

RGB 172 188 27 -
CMYK 0.09 0 0.86 0.26
HSL 65.96º 0.75% 0.42% -
HSV(B) 65.96º 0.86% 0.74% -
XYZ 35.19 44.82 7.83 -
YUV 164.86 50.2 133.09 -
System Red Green Blue C M Y K H S L
Decimal 172 188 27 0.09 0 0.86 0.26 65.96 0.75 0.42
Hex AC BC 1B 9 0 56 1A 42 4B 2A
Octal 254 274 33 11 0 126 32 102 113 52
Binary 10101100 10111100 11011 1001 0 1010110 11010 1000010 1001011 101010

Color Harmonies of #ACBC1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACBC1B

Black with #ACBC1B

Text Example


Text Example

White with #ACBC1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACBC1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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