Html Css Color HEX #ADCD23 Bahia

📋 copy color: '#ADCD23'

red 173 ◦ green 205 ◦ blue 35

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

Shades of Bahia #ADCD23

Tints of Bahia #ADCD23

RGB

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

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

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

R = 41.89%
G = 49.64%
B = 8.47%

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

#ADCD23 (or 0xADCD23) is known color: Bahia. HEX triplet: AD, CD and 23. RGB value is (173,205,35). Sum of RGB (Red+Green+Blue) = 173+205+35=413 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.89% from 413); Green value is 205 (80.47% from 255 or 49.64% from 413); Blue value is 35 (14.06% from 255 or 8.47% from 413); Max value from RGB is 205 - color contains mainly: green. Hex color #ADCD23 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADCD23 is #5232DC. Grayscale: #B0B0B0. Windows color (decimal): -5386973 or 2346413. OLE color: 2346413.

HSL color Cylindrical-coordinate representation of color #ADCD23: hue angle of 71.29º 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 #ADCD23 is Cyan = 0.16, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.20.

Color convert

RGB 173 205 35 -
CMYK 0.16 0 0.83 0.20
HSL 71.29º 0.71% 0.47% -
HSV(B) 71.29º 0.83% 0.8% -
XYZ 39.37 52.67 9.68 -
YUV 176.05 48.4 125.82 -
System Red Green Blue C M Y K H S L
Decimal 173 205 35 0.16 0 0.83 0.20 71.29 0.71 0.47
Hex AD CD 23 10 0 53 14 47 47 2F
Octal 255 315 43 20 0 123 24 107 107 57
Binary 10101101 11001101 100011 10000 0 1010011 10100 1000111 1000111 101111

Color Harmonies of #ADCD23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCD23

Black with #ADCD23

Text Example


Text Example

White with #ADCD23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCD23; }

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

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

background-color css

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

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

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

border-color css

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

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

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