Html Css Color HEX #ADCE2B Bahia

📋 copy color: '#ADCE2B'

red 173 ◦ green 206 ◦ blue 43

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

Shades of Bahia #ADCE2B

Tints of Bahia #ADCE2B

RGB

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

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

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

R = 41%
G = 48.82%
B = 10.19%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.79

 K value IS 0.19

RGB Variations

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

Color information

#ADCE2B (or 0xADCE2B) is known color: Bahia. HEX triplet: AD, CE and 2B. RGB value is (173,206,43). Sum of RGB (Red+Green+Blue) = 173+206+43=422 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.00% from 422); Green value is 206 (80.86% from 255 or 48.82% from 422); Blue value is 43 (17.19% from 255 or 10.19% from 422); Max value from RGB is 206 - color contains mainly: green. Hex color #ADCE2B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADCE2B is #5231D4. Grayscale: #B2B2B2. Windows color (decimal): -5386709 or 2870957. OLE color: 2870957.

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

Color convert

RGB 173 206 43 -
CMYK 0.16 0 0.79 0.19
HSL 72.15º 0.65% 0.49% -
HSV(B) 72.15º 0.79% 0.81% -
XYZ 39.74 53.2 10.46 -
YUV 177.55 52.07 124.75 -
System Red Green Blue C M Y K H S L
Decimal 173 206 43 0.16 0 0.79 0.19 72.15 0.65 0.49
Hex AD CE 2B 10 0 4F 13 48 41 31
Octal 255 316 53 20 0 117 23 110 101 61
Binary 10101101 11001110 101011 10000 0 1001111 10011 1001000 1000001 110001

Color Harmonies of #ADCE2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCE2B

Black with #ADCE2B

Text Example


Text Example

White with #ADCE2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCE2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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