Html Css Color HEX #ADD327 Bahia

📋 copy color: '#ADD327'

red 173 ◦ green 211 ◦ blue 39

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

Shades of Bahia #ADD327

Tints of Bahia #ADD327

RGB

 RED value IS 173 (67.97% from 255) = 40.9%

 GREEN value IS 211 (82.81% from 255) = 49.88%

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

R = 40.9%
G = 49.88%
B = 9.22%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.82

 K value IS 0.17

RGB Variations

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

Color information

#ADD327 (or 0xADD327) is known color: Bahia. HEX triplet: AD, D3 and 27. RGB value is (173,211,39). Sum of RGB (Red+Green+Blue) = 173+211+39=423 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.90% from 423); Green value is 211 (82.81% from 255 or 49.88% from 423); Blue value is 39 (15.62% from 255 or 9.22% from 423); Max value from RGB is 211 - color contains mainly: green. Hex color #ADD327 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADD327 is #522CD8. Grayscale: #B4B4B4. Windows color (decimal): -5385433 or 2610093. OLE color: 2610093.

HSL color Cylindrical-coordinate representation of color #ADD327: hue angle of 73.26º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #ADD327 is Cyan = 0.18, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.17.

Color convert

RGB 173 211 39 -
CMYK 0.18 0 0.82 0.17
HSL 73.26º 0.69% 0.49% -
HSV(B) 73.26º 0.82% 0.83% -
XYZ 40.89 55.62 10.5 -
YUV 180.03 48.41 122.99 -
System Red Green Blue C M Y K H S L
Decimal 173 211 39 0.18 0 0.82 0.17 73.26 0.69 0.49
Hex AD D3 27 12 0 52 11 49 45 31
Octal 255 323 47 22 0 122 21 111 105 61
Binary 10101101 11010011 100111 10010 0 1010010 10001 1001001 1000101 110001

Color Harmonies of #ADD327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD327

Black with #ADD327

Text Example


Text Example

White with #ADD327

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD327; }

 p { color: rgb(173,211,39); }

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

background-color css

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

 a { background-color: rgb(173,211,39); }

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

border-color css

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

 span { border-color: rgb(173,211,39); }

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