Html Css Color HEX #ACBE1D Bahia

📋 copy color: '#ACBE1D'

red 172 ◦ green 190 ◦ blue 29

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

Shades of Bahia #ACBE1D

Tints of Bahia #ACBE1D

RGB

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

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

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

R = 43.99%
G = 48.59%
B = 7.42%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.85

 K value IS 0.25

RGB Variations

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

Color information

#ACBE1D (or 0xACBE1D) is known color: Bahia. HEX triplet: AC, BE and 1D. RGB value is (172,190,29). Sum of RGB (Red+Green+Blue) = 172+190+29=391 (51% of max value = 765). Red value is 172 (67.58% from 255 or 43.99% from 391); Green value is 190 (74.61% from 255 or 48.59% from 391); Blue value is 29 (11.72% from 255 or 7.42% from 391); Max value from RGB is 190 - color contains mainly: green. Hex color #ACBE1D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACBE1D is #5341E2. Grayscale: #A6A6A6. Windows color (decimal): -5456355 or 1949356. OLE color: 1949356.

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

Color convert

RGB 172 190 29 -
CMYK 0.09 0 0.85 0.25
HSL 66.71º 0.74% 0.43% -
HSV(B) 66.71º 0.85% 0.75% -
XYZ 35.65 45.69 8.1 -
YUV 166.26 50.54 132.09 -
System Red Green Blue C M Y K H S L
Decimal 172 190 29 0.09 0 0.85 0.25 66.71 0.74 0.43
Hex AC BE 1D 9 0 55 19 43 4A 2B
Octal 254 276 35 11 0 125 31 103 112 53
Binary 10101100 10111110 11101 1001 0 1010101 11001 1000011 1001010 101011

Color Harmonies of #ACBE1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACBE1D

Black with #ACBE1D

Text Example


Text Example

White with #ACBE1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACBE1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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