Html Css Color HEX #ADCB15 Bahia

📋 copy color: '#ADCB15'

red 173 ◦ green 203 ◦ blue 21

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

Shades of Bahia #ADCB15

Tints of Bahia #ADCB15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 5.29%

R = 43.58%
G = 51.13%
B = 5.29%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.90

 K value IS 0.20

RGB Variations

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

Color information

#ADCB15 (or 0xADCB15) is known color: Bahia. HEX triplet: AD, CB and 15. RGB value is (173,203,21). Sum of RGB (Red+Green+Blue) = 173+203+21=397 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.58% from 397); Green value is 203 (79.69% from 255 or 51.13% from 397); Blue value is 21 (8.59% from 255 or 5.29% from 397); Max value from RGB is 203 - color contains mainly: green. Hex color #ADCB15 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADCB15 is #5234EA. Grayscale: #ADADAD. Windows color (decimal): -5387499 or 1428397. OLE color: 1428397.

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

Color convert

RGB 173 203 21 -
CMYK 0.15 0 0.90 0.20
HSL 69.89º 0.81% 0.44% -
HSV(B) 69.89º 0.9% 0.8% -
XYZ 38.72 51.65 8.64 -
YUV 173.28 42.06 127.8 -
System Red Green Blue C M Y K H S L
Decimal 173 203 21 0.15 0 0.90 0.20 69.89 0.81 0.44
Hex AD CB 15 F 0 5A 14 46 51 2C
Octal 255 313 25 17 0 132 24 106 121 54
Binary 10101101 11001011 10101 1111 0 1011010 10100 1000110 1010001 101100

Color Harmonies of #ADCB15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCB15

Black with #ADCB15

Text Example


Text Example

White with #ADCB15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCB15; }

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

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

background-color css

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

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

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

border-color css

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

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

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