Html Css Color HEX #ACC827 Bahia

📋 copy color: '#ACC827'

red 172 ◦ green 200 ◦ blue 39

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

Shades of Bahia #ACC827

Tints of Bahia #ACC827

RGB

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

 GREEN value IS 200 (78.52% from 255) = 48.66%

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

R = 41.85%
G = 48.66%
B = 9.49%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.80

 K value IS 0.22

RGB Variations

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

Color information

#ACC827 (or 0xACC827) is known color: Bahia. HEX triplet: AC, C8 and 27. RGB value is (172,200,39). Sum of RGB (Red+Green+Blue) = 172+200+39=411 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.85% from 411); Green value is 200 (78.52% from 255 or 48.66% from 411); Blue value is 39 (15.62% from 255 or 9.49% from 411); Max value from RGB is 200 - color contains mainly: green. Hex color #ACC827 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACC827 is #5337D8. Grayscale: #ADADAD. Windows color (decimal): -5453785 or 2607276. OLE color: 2607276.

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

Color convert

RGB 172 200 39 -
CMYK 0.14 0 0.80 0.22
HSL 70.43º 0.67% 0.47% -
HSV(B) 70.43º 0.81% 0.78% -
XYZ 38.03 50.23 9.61 -
YUV 173.27 52.22 127.09 -
System Red Green Blue C M Y K H S L
Decimal 172 200 39 0.14 0 0.80 0.22 70.43 0.67 0.47
Hex AC C8 27 E 0 50 16 46 43 2F
Octal 254 310 47 16 0 120 26 106 103 57
Binary 10101100 11001000 100111 1110 0 1010000 10110 1000110 1000011 101111

Color Harmonies of #ACC827

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC827

Black with #ACC827

Text Example


Text Example

White with #ACC827

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC827; }

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

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

background-color css

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

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

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

border-color css

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

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

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