Html Css Color HEX #ADCC2D Bahia

📋 copy color: '#ADCC2D'

red 173 ◦ green 204 ◦ blue 45

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

Shades of Bahia #ADCC2D

Tints of Bahia #ADCC2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 10.66%

R = 41%
G = 48.34%
B = 10.66%

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

#ADCC2D (or 0xADCC2D) is known color: Bahia. HEX triplet: AD, CC and 2D. RGB value is (173,204,45). Sum of RGB (Red+Green+Blue) = 173+204+45=422 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.00% from 422); Green value is 204 (80.08% from 255 or 48.34% from 422); Blue value is 45 (17.97% from 255 or 10.66% from 422); Max value from RGB is 204 - color contains mainly: green. Hex color #ADCC2D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADCC2D is #5233D2. Grayscale: #B1B1B1. Windows color (decimal): -5387219 or 3001517. OLE color: 3001517.

HSL color Cylindrical-coordinate representation of color #ADCC2D: hue angle of 71.7º degrees, saturation: 0.64, 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 #ADCC2D is Cyan = 0.15, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.2.

Color convert

RGB 173 204 45 -
CMYK 0.15 0 0.78 0.2
HSL 71.7º 0.64% 0.49% -
HSV(B) 71.7º 0.78% 0.8% -
XYZ 39.3 52.26 10.5 -
YUV 176.61 53.73 125.43 -
System Red Green Blue C M Y K H S L
Decimal 173 204 45 0.15 0 0.78 0.2 71.7 0.64 0.49
Hex AD CC 2D F 0 4E 14 48 40 31
Octal 255 314 55 17 0 116 24 110 100 61
Binary 10101101 11001100 101101 1111 0 1001110 10100 1001000 1000000 110001

Color Harmonies of #ADCC2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCC2D

Black with #ADCC2D

Text Example


Text Example

White with #ADCC2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCC2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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