Html Css Color HEX #ACBC0F Bahia

📋 copy color: '#ACBC0F'

red 172 ◦ green 188 ◦ blue 15

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

Shades of Bahia #ACBC0F

Tints of Bahia #ACBC0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4%

R = 45.87%
G = 50.13%
B = 4%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.92

 K value IS 0.26

RGB Variations

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

Color information

#ACBC0F (or 0xACBC0F) is known color: Bahia. HEX triplet: AC, BC and 0F. RGB value is (172,188,15). Sum of RGB (Red+Green+Blue) = 172+188+15=375 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.87% from 375); Green value is 188 (73.83% from 255 or 50.13% from 375); Blue value is 15 (6.25% from 255 or 4% from 375); Max value from RGB is 188 - color contains mainly: green. Hex color #ACBC0F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACBC0F is #5343F0. Grayscale: #A4A4A4. Windows color (decimal): -5456881 or 1031340. OLE color: 1031340.

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

Color convert

RGB 172 188 15 -
CMYK 0.09 0 0.92 0.26
HSL 65.55º 0.85% 0.4% -
HSV(B) 65.55º 0.92% 0.74% -
XYZ 35.08 44.77 7.24 -
YUV 163.49 44.2 134.07 -
System Red Green Blue C M Y K H S L
Decimal 172 188 15 0.09 0 0.92 0.26 65.55 0.85 0.4
Hex AC BC F 9 0 5C 1A 42 55 28
Octal 254 274 17 11 0 134 32 102 125 50
Binary 10101100 10111100 1111 1001 0 1011100 11010 1000010 1010101 101000

Color Harmonies of #ACBC0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACBC0F

Black with #ACBC0F

Text Example


Text Example

White with #ACBC0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACBC0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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