Html Css Color HEX #ACBD17 Bahia

📋 copy color: '#ACBD17'

red 172 ◦ green 189 ◦ blue 23

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

Shades of Bahia #ACBD17

Tints of Bahia #ACBD17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 5.99%

R = 44.79%
G = 49.22%
B = 5.99%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.88

 K value IS 0.26

RGB Variations

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

Color information

#ACBD17 (or 0xACBD17) is known color: Bahia. HEX triplet: AC, BD and 17. RGB value is (172,189,23). Sum of RGB (Red+Green+Blue) = 172+189+23=384 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.79% from 384); Green value is 189 (74.22% from 255 or 49.22% from 384); Blue value is 23 (9.38% from 255 or 5.99% from 384); Max value from RGB is 189 - color contains mainly: green. Hex color #ACBD17 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACBD17 is #5342E8. Grayscale: #A5A5A5. Windows color (decimal): -5456617 or 1555884. OLE color: 1555884.

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

Color convert

RGB 172 189 23 -
CMYK 0.09 0 0.88 0.26
HSL 66.14º 0.78% 0.42% -
HSV(B) 66.14º 0.88% 0.74% -
XYZ 35.37 45.23 7.68 -
YUV 164.99 47.87 133 -
System Red Green Blue C M Y K H S L
Decimal 172 189 23 0.09 0 0.88 0.26 66.14 0.78 0.42
Hex AC BD 17 9 0 58 1A 42 4E 2A
Octal 254 275 27 11 0 130 32 102 116 52
Binary 10101100 10111101 10111 1001 0 1011000 11010 1000010 1001110 101010

Color Harmonies of #ACBD17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACBD17

Black with #ACBD17

Text Example


Text Example

White with #ACBD17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACBD17; }

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

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

background-color css

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

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

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

border-color css

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

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

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