Html Css Color HEX #ACCC27 Bahia

📋 copy color: '#ACCC27'

red 172 ◦ green 204 ◦ blue 39

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

Shades of Bahia #ACCC27

Tints of Bahia #ACCC27

RGB

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

 GREEN value IS 204 (80.08% from 255) = 49.16%

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

R = 41.45%
G = 49.16%
B = 9.4%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.81

 K value IS 0.2

RGB Variations

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

Color information

#ACCC27 (or 0xACCC27) is known color: Bahia. HEX triplet: AC, CC and 27. RGB value is (172,204,39). Sum of RGB (Red+Green+Blue) = 172+204+39=415 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.45% from 415); Green value is 204 (80.08% from 255 or 49.16% from 415); Blue value is 39 (15.62% from 255 or 9.40% from 415); Max value from RGB is 204 - color contains mainly: green. Hex color #ACCC27 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACCC27 is #5333D8. Grayscale: #B0B0B0. Windows color (decimal): -5452761 or 2608300. OLE color: 2608300.

HSL color Cylindrical-coordinate representation of color #ACCC27: hue angle of 71.64º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #ACCC27 is Cyan = 0.16, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.2.

Color convert

RGB 172 204 39 -
CMYK 0.16 0 0.81 0.2
HSL 71.64º 0.68% 0.48% -
HSV(B) 71.64º 0.81% 0.8% -
XYZ 38.97 52.1 9.92 -
YUV 175.62 50.9 125.42 -
System Red Green Blue C M Y K H S L
Decimal 172 204 39 0.16 0 0.81 0.2 71.64 0.68 0.48
Hex AC CC 27 10 0 51 14 48 44 30
Octal 254 314 47 20 0 121 24 110 104 60
Binary 10101100 11001100 100111 10000 0 1010001 10100 1001000 1000100 110000

Color Harmonies of #ACCC27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACCC27

Black with #ACCC27

Text Example


Text Example

White with #ACCC27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACCC27; }

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

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

background-color css

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

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

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

border-color css

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

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

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