Html Css Color HEX #ACBB0F Bahia

📋 copy color: '#ACBB0F'

red 172 ◦ green 187 ◦ blue 15

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

Shades of Bahia #ACBB0F

Tints of Bahia #ACBB0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.01%

R = 45.99%
G = 50%
B = 4.01%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.92

 K value IS 0.27

RGB Variations

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

Color information

#ACBB0F (or 0xACBB0F) is known color: Bahia. HEX triplet: AC, BB and 0F. RGB value is (172,187,15). Sum of RGB (Red+Green+Blue) = 172+187+15=374 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.99% from 374); Green value is 187 (73.44% from 255 or 50% from 374); Blue value is 15 (6.25% from 255 or 4.01% from 374); Max value from RGB is 187 - color contains mainly: green. Hex color #ACBB0F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACBB0F is #5344F0. Grayscale: #A3A3A3. Windows color (decimal): -5457137 or 1031084. OLE color: 1031084.

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

Color convert

RGB 172 187 15 -
CMYK 0.08 0 0.92 0.27
HSL 65.23º 0.85% 0.4% -
HSV(B) 65.23º 0.92% 0.73% -
XYZ 34.87 44.35 7.17 -
YUV 162.91 44.53 134.49 -
System Red Green Blue C M Y K H S L
Decimal 172 187 15 0.08 0 0.92 0.27 65.23 0.85 0.4
Hex AC BB F 8 0 5C 1B 41 55 28
Octal 254 273 17 10 0 134 33 101 125 50
Binary 10101100 10111011 1111 1000 0 1011100 11011 1000001 1010101 101000

Color Harmonies of #ACBB0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACBB0F

Black with #ACBB0F

Text Example


Text Example

White with #ACBB0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACBB0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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