Html Css Color HEX #ACCC25 Bahia

📋 copy color: '#ACCC25'

red 172 ◦ green 204 ◦ blue 37

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

Shades of Bahia #ACCC25

Tints of Bahia #ACCC25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 8.96%

R = 41.65%
G = 49.39%
B = 8.96%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.82

 K value IS 0.2

RGB Variations

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

Color information

#ACCC25 (or 0xACCC25) is known color: Bahia. HEX triplet: AC, CC and 25. RGB value is (172,204,37). Sum of RGB (Red+Green+Blue) = 172+204+37=413 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.65% from 413); Green value is 204 (80.08% from 255 or 49.39% from 413); Blue value is 37 (14.84% from 255 or 8.96% from 413); Max value from RGB is 204 - color contains mainly: green. Hex color #ACCC25 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACCC25 is #5333DA. Grayscale: #B0B0B0. Windows color (decimal): -5452763 or 2477228. OLE color: 2477228.

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

Color convert

RGB 172 204 37 -
CMYK 0.16 0 0.82 0.2
HSL 71.5º 0.69% 0.47% -
HSV(B) 71.5º 0.82% 0.8% -
XYZ 38.94 52.09 9.75 -
YUV 175.39 49.9 125.58 -
System Red Green Blue C M Y K H S L
Decimal 172 204 37 0.16 0 0.82 0.2 71.5 0.69 0.47
Hex AC CC 25 10 0 52 14 47 45 2F
Octal 254 314 45 20 0 122 24 107 105 57
Binary 10101100 11001100 100101 10000 0 1010010 10100 1000111 1000101 101111

Color Harmonies of #ACCC25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACCC25

Black with #ACCC25

Text Example


Text Example

White with #ACCC25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACCC25; }

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

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

background-color css

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

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

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

border-color css

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

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

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