Html Css Color HEX #ACBB10 Bahia

📋 copy color: '#ACBB10'

red 172 ◦ green 187 ◦ blue 16

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

Shades of Bahia #ACBB10

Tints of Bahia #ACBB10

RGB

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

 GREEN value IS 187 (73.44% from 255) = 49.87%

 BLUE value IS 16 (6.64% from 255) = 4.27%

R = 45.87%
G = 49.87%
B = 4.27%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.91

 K value IS 0.27

RGB Variations

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

Color information

#ACBB10 (or 0xACBB10) is known color: Bahia. HEX triplet: AC, BB and 10. RGB value is (172,187,16). Sum of RGB (Red+Green+Blue) = 172+187+16=375 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.87% from 375); Green value is 187 (73.44% from 255 or 49.87% from 375); Blue value is 16 (6.64% from 255 or 4.27% from 375); Max value from RGB is 187 - color contains mainly: green. Hex color #ACBB10 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACBB10 is #5344EF. Grayscale: #A3A3A3. Windows color (decimal): -5457136 or 1096620. OLE color: 1096620.

HSL color Cylindrical-coordinate representation of color #ACBB10: hue angle of 65.26º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #ACBB10 is Cyan = 0.08, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.27.

Color convert

RGB 172 187 16 -
CMYK 0.08 0 0.91 0.27
HSL 65.26º 0.84% 0.4% -
HSV(B) 65.26º 0.91% 0.73% -
XYZ 34.88 44.35 7.21 -
YUV 163.02 45.03 134.4 -
System Red Green Blue C M Y K H S L
Decimal 172 187 16 0.08 0 0.91 0.27 65.26 0.84 0.4
Hex AC BB 10 8 0 5B 1B 41 54 28
Octal 254 273 20 10 0 133 33 101 124 50
Binary 10101100 10111011 10000 1000 0 1011011 11011 1000001 1010100 101000

Color Harmonies of #ACBB10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACBB10

Black with #ACBB10

Text Example


Text Example

White with #ACBB10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACBB10; }

 p { color: rgb(172,187,16); }

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

background-color css

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

 a { background-color: rgb(172,187,16); }

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

border-color css

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

 span { border-color: rgb(172,187,16); }

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