Html Css Color HEX #ADCE23 Bahia

📋 copy color: '#ADCE23'

red 173 ◦ green 206 ◦ blue 35

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

Shades of Bahia #ADCE23

Tints of Bahia #ADCE23

RGB

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

 GREEN value IS 206 (80.86% from 255) = 49.76%

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

R = 41.79%
G = 49.76%
B = 8.45%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.83

 K value IS 0.19

RGB Variations

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

Color information

#ADCE23 (or 0xADCE23) is known color: Bahia. HEX triplet: AD, CE and 23. RGB value is (173,206,35). Sum of RGB (Red+Green+Blue) = 173+206+35=414 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.79% from 414); Green value is 206 (80.86% from 255 or 49.76% from 414); Blue value is 35 (14.06% from 255 or 8.45% from 414); Max value from RGB is 206 - color contains mainly: green. Hex color #ADCE23 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADCE23 is #5231DC. Grayscale: #B1B1B1. Windows color (decimal): -5386717 or 2346669. OLE color: 2346669.

HSL color Cylindrical-coordinate representation of color #ADCE23: hue angle of 71.58º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #ADCE23 is Cyan = 0.16, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.19.

Color convert

RGB 173 206 35 -
CMYK 0.16 0 0.83 0.19
HSL 71.58º 0.71% 0.47% -
HSV(B) 71.58º 0.83% 0.81% -
XYZ 39.61 53.15 9.76 -
YUV 176.64 48.07 125.4 -
System Red Green Blue C M Y K H S L
Decimal 173 206 35 0.16 0 0.83 0.19 71.58 0.71 0.47
Hex AD CE 23 10 0 53 13 48 47 2F
Octal 255 316 43 20 0 123 23 110 107 57
Binary 10101101 11001110 100011 10000 0 1010011 10011 1001000 1000111 101111

Color Harmonies of #ADCE23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCE23

Black with #ADCE23

Text Example


Text Example

White with #ADCE23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCE23; }

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

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

background-color css

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

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

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

border-color css

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

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

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