Html Css Color HEX #ACBD13 Bahia

📋 copy color: '#ACBD13'

red 172 ◦ green 189 ◦ blue 19

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

Shades of Bahia #ACBD13

Tints of Bahia #ACBD13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5%

R = 45.26%
G = 49.74%
B = 5%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.90

 K value IS 0.26

RGB Variations

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

Color information

#ACBD13 (or 0xACBD13) is known color: Bahia. HEX triplet: AC, BD and 13. RGB value is (172,189,19). Sum of RGB (Red+Green+Blue) = 172+189+19=380 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.26% from 380); Green value is 189 (74.22% from 255 or 49.74% from 380); Blue value is 19 (7.81% from 255 or 5% from 380); Max value from RGB is 189 - color contains mainly: green. Hex color #ACBD13 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACBD13 is #5342EC. Grayscale: #A5A5A5. Windows color (decimal): -5456621 or 1293740. OLE color: 1293740.

HSL color Cylindrical-coordinate representation of color #ACBD13: hue angle of 66º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #ACBD13 is Cyan = 0.09, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.26.

Color convert

RGB 172 189 19 -
CMYK 0.09 0 0.90 0.26
HSL 66º 0.82% 0.41% -
HSV(B) 66º 0.9% 0.74% -
XYZ 35.33 45.21 7.48 -
YUV 164.54 45.87 133.32 -
System Red Green Blue C M Y K H S L
Decimal 172 189 19 0.09 0 0.90 0.26 66 0.82 0.41
Hex AC BD 13 9 0 5A 1A 42 52 29
Octal 254 275 23 11 0 132 32 102 122 51
Binary 10101100 10111101 10011 1001 0 1011010 11010 1000010 1010010 101001

Color Harmonies of #ACBD13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACBD13

Black with #ACBD13

Text Example


Text Example

White with #ACBD13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACBD13; }

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

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

background-color css

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

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

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

border-color css

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

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

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