Html Css Color HEX #ACCD23 Bahia

📋 copy color: '#ACCD23'

red 172 ◦ green 205 ◦ blue 35

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

Shades of Bahia #ACCD23

Tints of Bahia #ACCD23

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 8.5%

R = 41.75%
G = 49.76%
B = 8.5%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.83

 K value IS 0.20

RGB Variations

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

Color information

#ACCD23 (or 0xACCD23) is known color: Bahia. HEX triplet: AC, CD and 23. RGB value is (172,205,35). Sum of RGB (Red+Green+Blue) = 172+205+35=412 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.75% from 412); Green value is 205 (80.47% from 255 or 49.76% from 412); Blue value is 35 (14.06% from 255 or 8.50% from 412); Max value from RGB is 205 - color contains mainly: green. Hex color #ACCD23 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACCD23 is #5332DC. Grayscale: #B0B0B0. Windows color (decimal): -5452509 or 2346412. OLE color: 2346412.

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

Color convert

RGB 172 205 35 -
CMYK 0.16 0 0.83 0.20
HSL 71.65º 0.71% 0.47% -
HSV(B) 71.65º 0.83% 0.8% -
XYZ 39.15 52.55 9.67 -
YUV 175.75 48.57 125.32 -
System Red Green Blue C M Y K H S L
Decimal 172 205 35 0.16 0 0.83 0.20 71.65 0.71 0.47
Hex AC CD 23 10 0 53 14 48 47 2F
Octal 254 315 43 20 0 123 24 110 107 57
Binary 10101100 11001101 100011 10000 0 1010011 10100 1001000 1000111 101111

Color Harmonies of #ACCD23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACCD23

Black with #ACCD23

Text Example


Text Example

White with #ACCD23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACCD23; }

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

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

background-color css

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

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

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

border-color css

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

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

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