Html Css Color HEX #ACB62B Bahia

📋 copy color: '#ACB62B'

red 172 ◦ green 182 ◦ blue 43

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

Shades of Bahia #ACB62B

Tints of Bahia #ACB62B

RGB

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

 GREEN value IS 182 (71.48% from 255) = 45.84%

 BLUE value IS 43 (17.19% from 255) = 10.83%

R = 43.32%
G = 45.84%
B = 10.83%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.76

 K value IS 0.29

RGB Variations

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

Color information

#ACB62B (or 0xACB62B) is known color: Bahia. HEX triplet: AC, B6 and 2B. RGB value is (172,182,43). Sum of RGB (Red+Green+Blue) = 172+182+43=397 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.32% from 397); Green value is 182 (71.48% from 255 or 45.84% from 397); Blue value is 43 (17.19% from 255 or 10.83% from 397); Max value from RGB is 182 - color contains mainly: green. Hex color #ACB62B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACB62B is #5349D4. Grayscale: #A3A3A3. Windows color (decimal): -5458389 or 2864812. OLE color: 2864812.

HSL color Cylindrical-coordinate representation of color #ACB62B: hue angle of 64.32º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #ACB62B is Cyan = 0.05, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.29.

Color convert

RGB 172 182 43 -
CMYK 0.05 0 0.76 0.29
HSL 64.32º 0.62% 0.44% -
HSV(B) 64.32º 0.76% 0.71% -
XYZ 34.18 42.4 8.67 -
YUV 163.16 60.19 134.3 -
System Red Green Blue C M Y K H S L
Decimal 172 182 43 0.05 0 0.76 0.29 64.32 0.62 0.44
Hex AC B6 2B 5 0 4C 1D 40 3E 2C
Octal 254 266 53 5 0 114 35 100 76 54
Binary 10101100 10110110 101011 101 0 1001100 11101 1000000 111110 101100

Color Harmonies of #ACB62B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB62B

Black with #ACB62B

Text Example


Text Example

White with #ACB62B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB62B; }

 p { color: rgb(172,182,43); }

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

background-color css

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

 a { background-color: rgb(172,182,43); }

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

border-color css

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

 span { border-color: rgb(172,182,43); }

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