Html Css Color HEX #ACC726 Bahia

📋 copy color: '#ACC726'

red 172 ◦ green 199 ◦ blue 38

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

Shades of Bahia #ACC726

Tints of Bahia #ACC726

RGB

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

 GREEN value IS 199 (78.13% from 255) = 48.66%

 BLUE value IS 38 (15.23% from 255) = 9.29%

R = 42.05%
G = 48.66%
B = 9.29%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.81

 K value IS 0.22

RGB Variations

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

Color information

#ACC726 (or 0xACC726) is known color: Bahia. HEX triplet: AC, C7 and 26. RGB value is (172,199,38). Sum of RGB (Red+Green+Blue) = 172+199+38=409 (54% of max value = 765). Red value is 172 (67.58% from 255 or 42.05% from 409); Green value is 199 (78.12% from 255 or 48.66% from 409); Blue value is 38 (15.23% from 255 or 9.29% from 409); Max value from RGB is 199 - color contains mainly: green. Hex color #ACC726 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACC726 is #5338D9. Grayscale: #ADADAD. Windows color (decimal): -5454042 or 2541484. OLE color: 2541484.

HSL color Cylindrical-coordinate representation of color #ACC726: hue angle of 70.06º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #ACC726 is Cyan = 0.14, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.22.

Color convert

RGB 172 199 38 -
CMYK 0.14 0 0.81 0.22
HSL 70.06º 0.68% 0.46% -
HSV(B) 70.06º 0.81% 0.78% -
XYZ 37.79 49.76 9.45 -
YUV 172.57 52.05 127.59 -
System Red Green Blue C M Y K H S L
Decimal 172 199 38 0.14 0 0.81 0.22 70.06 0.68 0.46
Hex AC C7 26 E 0 51 16 46 44 2E
Octal 254 307 46 16 0 121 26 106 104 56
Binary 10101100 11000111 100110 1110 0 1010001 10110 1000110 1000100 101110

Color Harmonies of #ACC726

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC726

Black with #ACC726

Text Example


Text Example

White with #ACC726

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC726; }

 p { color: rgb(172,199,38); }

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

background-color css

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

 a { background-color: rgb(172,199,38); }

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

border-color css

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

 span { border-color: rgb(172,199,38); }

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