Html Css Color HEX #ACBE10 Bahia

📋 copy color: '#ACBE10'

red 172 ◦ green 190 ◦ blue 16

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

Shades of Bahia #ACBE10

Tints of Bahia #ACBE10

RGB

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

 GREEN value IS 190 (74.61% from 255) = 50.26%

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

R = 45.5%
G = 50.26%
B = 4.23%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.92

 K value IS 0.25

RGB Variations

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

Color information

#ACBE10 (or 0xACBE10) is known color: Bahia. HEX triplet: AC, BE and 10. RGB value is (172,190,16). Sum of RGB (Red+Green+Blue) = 172+190+16=378 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.50% from 378); Green value is 190 (74.61% from 255 or 50.26% from 378); Blue value is 16 (6.64% from 255 or 4.23% from 378); Max value from RGB is 190 - color contains mainly: green. Hex color #ACBE10 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACBE10 is #5341EF. Grayscale: #A5A5A5. Windows color (decimal): -5456368 or 1097388. OLE color: 1097388.

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

Color convert

RGB 172 190 16 -
CMYK 0.09 0 0.92 0.25
HSL 66.21º 0.84% 0.4% -
HSV(B) 66.21º 0.92% 0.75% -
XYZ 35.52 45.63 7.43 -
YUV 164.78 44.04 133.15 -
System Red Green Blue C M Y K H S L
Decimal 172 190 16 0.09 0 0.92 0.25 66.21 0.84 0.4
Hex AC BE 10 9 0 5C 19 42 54 28
Octal 254 276 20 11 0 134 31 102 124 50
Binary 10101100 10111110 10000 1001 0 1011100 11001 1000010 1010100 101000

Color Harmonies of #ACBE10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACBE10

Black with #ACBE10

Text Example


Text Example

White with #ACBE10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACBE10; }

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

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

background-color css

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

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

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

border-color css

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

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

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