Html Css Color HEX #ADCD2B Bahia

📋 copy color: '#ADCD2B'

red 173 ◦ green 205 ◦ blue 43

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

Shades of Bahia #ADCD2B

Tints of Bahia #ADCD2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 10.21%

R = 41.09%
G = 48.69%
B = 10.21%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.79

 K value IS 0.20

RGB Variations

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

Color information

#ADCD2B (or 0xADCD2B) is known color: Bahia. HEX triplet: AD, CD and 2B. RGB value is (173,205,43). Sum of RGB (Red+Green+Blue) = 173+205+43=421 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.09% from 421); Green value is 205 (80.47% from 255 or 48.69% from 421); Blue value is 43 (17.19% from 255 or 10.21% from 421); Max value from RGB is 205 - color contains mainly: green. Hex color #ADCD2B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADCD2B is #5232D4. Grayscale: #B1B1B1. Windows color (decimal): -5386965 or 2870701. OLE color: 2870701.

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

Color convert

RGB 173 205 43 -
CMYK 0.16 0 0.79 0.20
HSL 71.85º 0.65% 0.49% -
HSV(B) 71.85º 0.79% 0.8% -
XYZ 39.5 52.72 10.38 -
YUV 176.96 52.4 125.17 -
System Red Green Blue C M Y K H S L
Decimal 173 205 43 0.16 0 0.79 0.20 71.85 0.65 0.49
Hex AD CD 2B 10 0 4F 14 48 41 31
Octal 255 315 53 20 0 117 24 110 101 61
Binary 10101101 11001101 101011 10000 0 1001111 10100 1001000 1000001 110001

Color Harmonies of #ADCD2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCD2B

Black with #ADCD2B

Text Example


Text Example

White with #ADCD2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCD2B; }

 p { color: rgb(173,205,43); }

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

background-color css

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

 a { background-color: rgb(173,205,43); }

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

border-color css

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

 span { border-color: rgb(173,205,43); }

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