Html Css Color HEX #ACBD14 Bahia

📋 copy color: '#ACBD14'

red 172 ◦ green 189 ◦ blue 20

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

Shades of Bahia #ACBD14

Tints of Bahia #ACBD14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.25%

R = 45.14%
G = 49.61%
B = 5.25%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.89

 K value IS 0.26

RGB Variations

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

Color information

#ACBD14 (or 0xACBD14) is known color: Bahia. HEX triplet: AC, BD and 14. RGB value is (172,189,20). Sum of RGB (Red+Green+Blue) = 172+189+20=381 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.14% from 381); Green value is 189 (74.22% from 255 or 49.61% from 381); Blue value is 20 (8.20% from 255 or 5.25% from 381); Max value from RGB is 189 - color contains mainly: green. Hex color #ACBD14 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACBD14 is #5342EB. Grayscale: #A5A5A5. Windows color (decimal): -5456620 or 1359276. OLE color: 1359276.

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

Color convert

RGB 172 189 20 -
CMYK 0.09 0 0.89 0.26
HSL 66.04º 0.81% 0.41% -
HSV(B) 66.04º 0.89% 0.74% -
XYZ 35.34 45.22 7.53 -
YUV 164.65 46.37 133.24 -
System Red Green Blue C M Y K H S L
Decimal 172 189 20 0.09 0 0.89 0.26 66.04 0.81 0.41
Hex AC BD 14 9 0 59 1A 42 51 29
Octal 254 275 24 11 0 131 32 102 121 51
Binary 10101100 10111101 10100 1001 0 1011001 11010 1000010 1010001 101001

Color Harmonies of #ACBD14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACBD14

Black with #ACBD14

Text Example


Text Example

White with #ACBD14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACBD14; }

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

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

background-color css

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

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

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

border-color css

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

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

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