Html Css Color HEX #ADCC2C Bahia

📋 copy color: '#ADCC2C'

red 173 ◦ green 204 ◦ blue 44

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

Shades of Bahia #ADCC2C

Tints of Bahia #ADCC2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 10.45%

R = 41.09%
G = 48.46%
B = 10.45%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.78

 K value IS 0.2

RGB Variations

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

Color information

#ADCC2C (or 0xADCC2C) is known color: Bahia. HEX triplet: AD, CC and 2C. RGB value is (173,204,44). Sum of RGB (Red+Green+Blue) = 173+204+44=421 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.09% from 421); Green value is 204 (80.08% from 255 or 48.46% from 421); Blue value is 44 (17.58% from 255 or 10.45% from 421); Max value from RGB is 204 - color contains mainly: green. Hex color #ADCC2C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADCC2C is #5233D3. Grayscale: #B1B1B1. Windows color (decimal): -5387220 or 2935981. OLE color: 2935981.

HSL color Cylindrical-coordinate representation of color #ADCC2C: hue angle of 71.62º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #ADCC2C is Cyan = 0.15, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.2.

Color convert

RGB 173 204 44 -
CMYK 0.15 0 0.78 0.2
HSL 71.63º 0.65% 0.49% -
HSV(B) 71.63º 0.78% 0.8% -
XYZ 39.28 52.25 10.4 -
YUV 176.49 53.23 125.51 -
System Red Green Blue C M Y K H S L
Decimal 173 204 44 0.15 0 0.78 0.2 71.63 0.65 0.49
Hex AD CC 2C F 0 4E 14 48 41 31
Octal 255 314 54 17 0 116 24 110 101 61
Binary 10101101 11001100 101100 1111 0 1001110 10100 1001000 1000001 110001

Color Harmonies of #ADCC2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCC2C

Black with #ADCC2C

Text Example


Text Example

White with #ADCC2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCC2C; }

 p { color: rgb(173,204,44); }

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

background-color css

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

 a { background-color: rgb(173,204,44); }

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

border-color css

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

 span { border-color: rgb(173,204,44); }

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