Html Css Color HEX #ACBB1D Bahia

📋 copy color: '#ACBB1D'

red 172 ◦ green 187 ◦ blue 29

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

Shades of Bahia #ACBB1D

Tints of Bahia #ACBB1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 7.47%

R = 44.33%
G = 48.2%
B = 7.47%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#ACBB1D (or 0xACBB1D) is known color: Bahia. HEX triplet: AC, BB and 1D. RGB value is (172,187,29). Sum of RGB (Red+Green+Blue) = 172+187+29=388 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.33% from 388); Green value is 187 (73.44% from 255 or 48.20% from 388); Blue value is 29 (11.72% from 255 or 7.47% from 388); Max value from RGB is 187 - color contains mainly: green. Hex color #ACBB1D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACBB1D is #5344E2. Grayscale: #A5A5A5. Windows color (decimal): -5457123 or 1948588. OLE color: 1948588.

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

Color convert

RGB 172 187 29 -
CMYK 0.08 0 0.84 0.27
HSL 65.7º 0.73% 0.42% -
HSV(B) 65.7º 0.84% 0.73% -
XYZ 35.01 44.4 7.89 -
YUV 164.5 51.53 133.35 -
System Red Green Blue C M Y K H S L
Decimal 172 187 29 0.08 0 0.84 0.27 65.7 0.73 0.42
Hex AC BB 1D 8 0 54 1B 42 49 2A
Octal 254 273 35 10 0 124 33 102 111 52
Binary 10101100 10111011 11101 1000 0 1010100 11011 1000010 1001001 101010

Color Harmonies of #ACBB1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACBB1D

Black with #ACBB1D

Text Example


Text Example

White with #ACBB1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACBB1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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