Html Css Color HEX #ACCC26 Bahia

📋 copy color: '#ACCC26'

red 172 ◦ green 204 ◦ blue 38

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

Shades of Bahia #ACCC26

Tints of Bahia #ACCC26

RGB

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

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

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

R = 41.55%
G = 49.28%
B = 9.18%

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

#ACCC26 (or 0xACCC26) is known color: Bahia. HEX triplet: AC, CC and 26. RGB value is (172,204,38). Sum of RGB (Red+Green+Blue) = 172+204+38=414 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.55% from 414); Green value is 204 (80.08% from 255 or 49.28% from 414); Blue value is 38 (15.23% from 255 or 9.18% from 414); Max value from RGB is 204 - color contains mainly: green. Hex color #ACCC26 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACCC26 is #5333D9. Grayscale: #B0B0B0. Windows color (decimal): -5452762 or 2542764. OLE color: 2542764.

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

Color convert

RGB 172 204 38 -
CMYK 0.16 0 0.81 0.2
HSL 71.57º 0.69% 0.47% -
HSV(B) 71.57º 0.81% 0.8% -
XYZ 38.96 52.1 9.84 -
YUV 175.51 50.4 125.5 -
System Red Green Blue C M Y K H S L
Decimal 172 204 38 0.16 0 0.81 0.2 71.57 0.69 0.47
Hex AC CC 26 10 0 51 14 48 45 2F
Octal 254 314 46 20 0 121 24 110 105 57
Binary 10101100 11001100 100110 10000 0 1010001 10100 1001000 1000101 101111

Color Harmonies of #ACCC26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACCC26

Black with #ACCC26

Text Example


Text Example

White with #ACCC26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACCC26; }

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

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

background-color css

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

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

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

border-color css

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

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

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