Html Css Color HEX #ADCE1B Bahia

📋 copy color: '#ADCE1B'

red 173 ◦ green 206 ◦ blue 27

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

Shades of Bahia #ADCE1B

Tints of Bahia #ADCE1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 6.65%

R = 42.61%
G = 50.74%
B = 6.65%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.87

 K value IS 0.19

RGB Variations

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

Color information

#ADCE1B (or 0xADCE1B) is known color: Bahia. HEX triplet: AD, CE and 1B. RGB value is (173,206,27). Sum of RGB (Red+Green+Blue) = 173+206+27=406 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.61% from 406); Green value is 206 (80.86% from 255 or 50.74% from 406); Blue value is 27 (10.94% from 255 or 6.65% from 406); Max value from RGB is 206 - color contains mainly: green. Hex color #ADCE1B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADCE1B is #5231E4. Grayscale: #B0B0B0. Windows color (decimal): -5386725 or 1822381. OLE color: 1822381.

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

Color convert

RGB 173 206 27 -
CMYK 0.16 0 0.87 0.19
HSL 71.06º 0.77% 0.46% -
HSV(B) 71.06º 0.87% 0.81% -
XYZ 39.5 53.11 9.21 -
YUV 175.73 44.07 126.05 -
System Red Green Blue C M Y K H S L
Decimal 173 206 27 0.16 0 0.87 0.19 71.06 0.77 0.46
Hex AD CE 1B 10 0 57 13 47 4D 2E
Octal 255 316 33 20 0 127 23 107 115 56
Binary 10101101 11001110 11011 10000 0 1010111 10011 1000111 1001101 101110

Color Harmonies of #ADCE1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCE1B

Black with #ADCE1B

Text Example


Text Example

White with #ADCE1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCE1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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