Html Css Color HEX #ACC427 Bahia

📋 copy color: '#ACC427'

red 172 ◦ green 196 ◦ blue 39

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

Shades of Bahia #ACC427

Tints of Bahia #ACC427

RGB

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

 GREEN value IS 196 (76.95% from 255) = 48.16%

 BLUE value IS 39 (15.63% from 255) = 9.58%

R = 42.26%
G = 48.16%
B = 9.58%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.80

 K value IS 0.23

RGB Variations

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

Color information

#ACC427 (or 0xACC427) is known color: Bahia. HEX triplet: AC, C4 and 27. RGB value is (172,196,39). Sum of RGB (Red+Green+Blue) = 172+196+39=407 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.26% from 407); Green value is 196 (76.95% from 255 or 48.16% from 407); Blue value is 39 (15.62% from 255 or 9.58% from 407); Max value from RGB is 196 - color contains mainly: green. Hex color #ACC427 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACC427 is #533BD8. Grayscale: #ABABAB. Windows color (decimal): -5454809 or 2606252. OLE color: 2606252.

HSL color Cylindrical-coordinate representation of color #ACC427: hue angle of 69.17º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #ACC427 is Cyan = 0.12, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.23.

Color convert

RGB 172 196 39 -
CMYK 0.12 0 0.80 0.23
HSL 69.17º 0.67% 0.46% -
HSV(B) 69.17º 0.8% 0.77% -
XYZ 37.12 48.4 9.3 -
YUV 170.93 53.55 128.77 -
System Red Green Blue C M Y K H S L
Decimal 172 196 39 0.12 0 0.80 0.23 69.17 0.67 0.46
Hex AC C4 27 C 0 50 17 45 43 2E
Octal 254 304 47 14 0 120 27 105 103 56
Binary 10101100 11000100 100111 1100 0 1010000 10111 1000101 1000011 101110

Color Harmonies of #ACC427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC427

Black with #ACC427

Text Example


Text Example

White with #ACC427

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC427; }

 p { color: rgb(172,196,39); }

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

background-color css

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

 a { background-color: rgb(172,196,39); }

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

border-color css

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

 span { border-color: rgb(172,196,39); }

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