Html Css Color HEX #ACCD26 Bahia

📋 copy color: '#ACCD26'

red 172 ◦ green 205 ◦ blue 38

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

Shades of Bahia #ACCD26

Tints of Bahia #ACCD26

RGB

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

 GREEN value IS 205 (80.47% from 255) = 49.4%

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

R = 41.45%
G = 49.4%
B = 9.16%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.81

 K value IS 0.20

RGB Variations

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

Color information

#ACCD26 (or 0xACCD26) is known color: Bahia. HEX triplet: AC, CD and 26. RGB value is (172,205,38). Sum of RGB (Red+Green+Blue) = 172+205+38=415 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.45% from 415); Green value is 205 (80.47% from 255 or 49.40% from 415); Blue value is 38 (15.23% from 255 or 9.16% from 415); Max value from RGB is 205 - color contains mainly: green. Hex color #ACCD26 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACCD26 is #5332D9. Grayscale: #B0B0B0. Windows color (decimal): -5452506 or 2543020. OLE color: 2543020.

HSL color Cylindrical-coordinate representation of color #ACCD26: hue angle of 71.86º degrees, saturation: 0.69, 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 #ACCD26 is Cyan = 0.16, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.20.

Color convert

RGB 172 205 38 -
CMYK 0.16 0 0.81 0.20
HSL 71.86º 0.69% 0.48% -
HSV(B) 71.86º 0.81% 0.8% -
XYZ 39.19 52.57 9.92 -
YUV 176.1 50.07 125.08 -
System Red Green Blue C M Y K H S L
Decimal 172 205 38 0.16 0 0.81 0.20 71.86 0.69 0.48
Hex AC CD 26 10 0 51 14 48 45 30
Octal 254 315 46 20 0 121 24 110 105 60
Binary 10101100 11001101 100110 10000 0 1010001 10100 1001000 1000101 110000

Color Harmonies of #ACCD26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACCD26

Black with #ACCD26

Text Example


Text Example

White with #ACCD26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACCD26; }

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

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

background-color css

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

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

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

border-color css

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

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

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