Html Css Color HEX #ADCB16 Bahia

📋 copy color: '#ADCB16'

red 173 ◦ green 203 ◦ blue 22

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

Shades of Bahia #ADCB16

Tints of Bahia #ADCB16

RGB

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

 GREEN value IS 203 (79.69% from 255) = 51.01%

 BLUE value IS 22 (8.98% from 255) = 5.53%

R = 43.47%
G = 51.01%
B = 5.53%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.89

 K value IS 0.20

RGB Variations

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

Color information

#ADCB16 (or 0xADCB16) is known color: Bahia. HEX triplet: AD, CB and 16. RGB value is (173,203,22). Sum of RGB (Red+Green+Blue) = 173+203+22=398 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.47% from 398); Green value is 203 (79.69% from 255 or 51.01% from 398); Blue value is 22 (8.98% from 255 or 5.53% from 398); Max value from RGB is 203 - color contains mainly: green. Hex color #ADCB16 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADCB16 is #5234E9. Grayscale: #AEAEAE. Windows color (decimal): -5387498 or 1493933. OLE color: 1493933.

HSL color Cylindrical-coordinate representation of color #ADCB16: hue angle of 69.94º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #ADCB16 is Cyan = 0.15, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.20.

Color convert

RGB 173 203 22 -
CMYK 0.15 0 0.89 0.20
HSL 69.94º 0.8% 0.44% -
HSV(B) 69.94º 0.89% 0.8% -
XYZ 38.73 51.65 8.69 -
YUV 173.4 42.56 127.72 -
System Red Green Blue C M Y K H S L
Decimal 173 203 22 0.15 0 0.89 0.20 69.94 0.8 0.44
Hex AD CB 16 F 0 59 14 46 50 2C
Octal 255 313 26 17 0 131 24 106 120 54
Binary 10101101 11001011 10110 1111 0 1011001 10100 1000110 1010000 101100

Color Harmonies of #ADCB16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCB16

Black with #ADCB16

Text Example


Text Example

White with #ADCB16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCB16; }

 p { color: rgb(173,203,22); }

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

background-color css

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

 a { background-color: rgb(173,203,22); }

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

border-color css

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

 span { border-color: rgb(173,203,22); }

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